mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:37:15 +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
|
|
@ -96,7 +96,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
(void)userp;
|
||||
(void)handle; /* prevent compiler warning */
|
||||
|
||||
switch (type) {
|
||||
switch(type) {
|
||||
case CURLINFO_TEXT:
|
||||
fprintf(stderr, "== Info: %s", data);
|
||||
default: /* in case a new one is introduced to shock us */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue