mirror of
https://github.com/curl/curl.git
synced 2026-07-28 20:03:07 +03:00
tidy-up: miscellaneous
- INSTALL-CMAKE.md: add missing periods, text fixes. - md4, md5: sync variables names. - curl_trc: sync an argument type. - docs/examples: sync debug/trace function copies, constify, tidy-ups. - replace commented code with `#if 0`. - drop redundant parenthesis (macro values, `return`, around single variables, function calls). - fix indentation, apply clang-format in places. Closes #20481
This commit is contained in:
parent
ca5efd02b6
commit
3003c32cb2
62 changed files with 291 additions and 281 deletions
|
|
@ -125,7 +125,7 @@ int main(void)
|
|||
do {
|
||||
nsent = 0;
|
||||
result = curl_easy_send(curl, request + nsent_total,
|
||||
request_len - nsent_total, &nsent);
|
||||
request_len - nsent_total, &nsent);
|
||||
nsent_total += nsent;
|
||||
|
||||
if(result == CURLE_AGAIN && !wait_on_socket(sockfd, 0, 60000L)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue