mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:13:33 +03:00
checksrc: stricter no-space-before-paren enforcement
In order to make the code style more uniform everywhere
This commit is contained in:
parent
5fad800efd
commit
b228d2952b
81 changed files with 281 additions and 260 deletions
|
|
@ -295,7 +295,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
|
|||
curl_easy_getinfo(curl, CURLINFO_HTTP_VERSION,
|
||||
&longinfo)) {
|
||||
const char *version = "0";
|
||||
switch (longinfo) {
|
||||
switch(longinfo) {
|
||||
case CURL_HTTP_VERSION_1_0:
|
||||
version = "1.0";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue