src: fix formatting nits

Closes #19823
This commit is contained in:
Viktor Szakats 2025-12-03 15:53:46 +01:00
parent 1753de9d7a
commit 0417d323c9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
52 changed files with 490 additions and 543 deletions

View file

@ -143,8 +143,7 @@ void headerJSON(FILE *stream, struct per_transfer *per)
if(++i >= a)
break;
fputc(',', stream);
if(curl_easy_header(per->curl, name, i, CURLH_HEADER,
-1, &header))
if(curl_easy_header(per->curl, name, i, CURLH_HEADER, -1, &header))
break;
} while(1);
fputc(']', stream);