mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:53: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
|
|
@ -156,7 +156,7 @@ int main(void)
|
|||
break;
|
||||
}
|
||||
|
||||
switch (idx) {
|
||||
switch(idx) {
|
||||
case HTTP_HANDLE:
|
||||
printf("HTTP transfer completed with status %d\n", msg->data.result);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue