mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:03:38 +03:00
tidy-up: more whitespace/indent, comments
Also a couple of minor formatting updates in the root `CMakeLists.txt`. One swap to `#ifdef`. Closes #17929
This commit is contained in:
parent
63a8167f3e
commit
4d977fe552
82 changed files with 351 additions and 378 deletions
|
|
@ -217,7 +217,7 @@ static char *c_escape(const char *str, curl_off_t len)
|
|||
result = curlx_dyn_addn(&escaped, str, s - str);
|
||||
|
||||
if(!result)
|
||||
(void) !curlx_dyn_addn(&escaped, "...", cutoff);
|
||||
(void)!curlx_dyn_addn(&escaped, "...", cutoff);
|
||||
|
||||
return curlx_dyn_ptr(&escaped);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue