docs/libcurl: fix C formatting nits

Closes #19844
This commit is contained in:
Viktor Szakats 2025-12-04 20:11:45 +01:00
parent 6d042273cd
commit ebe6fa08c9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
13 changed files with 28 additions and 31 deletions

View file

@ -109,7 +109,6 @@ int main(void)
if(curl) {
/* pause a transfer in both directions */
curl_easy_pause(curl, CURLPAUSE_RECV | CURLPAUSE_SEND);
}
}
~~~