mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
tidy-up: apply clang-format fixes
To lib, vtls/vauth, vtls/vquic, lib/vtls.
Also:
- unit3400: drop redundant `(void)arg`.
Follow-up to e78b1b3ecc #21153
- fix comment typos.
Closes #21786
This commit is contained in:
parent
cdb266738b
commit
59320082b0
50 changed files with 263 additions and 289 deletions
|
|
@ -153,8 +153,7 @@ static CURLcode capsule_cf_send(struct Curl_cfilter *cf,
|
|||
curlx_dyn_free(&dyn);
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
memcpy(ctx->pending,
|
||||
curlx_dyn_ptr(&dyn) + nwritten, remaining);
|
||||
memcpy(ctx->pending, curlx_dyn_ptr(&dyn) + nwritten, remaining);
|
||||
ctx->pending_len = remaining;
|
||||
ctx->pending_offset = 0;
|
||||
ctx->pending_payload = len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue