tidy-up: whitespace, indent, #if 0

Closes #18090
This commit is contained in:
Viktor Szakats 2025-07-25 16:23:15 +02:00
parent daa5b044b8
commit 58e0ff809f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 171 additions and 172 deletions

View file

@ -1339,7 +1339,6 @@ out:
result = Curl_1st_err(result, check_and_set_expiry(cf, data, &pktx));
CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_recv(blen=%zu) -> %dm, %zu",
stream ? stream->id : -1, blen, result, *pnread);
CF_DATA_RESTORE(cf, save);
return result;