tidy-up: whitespace

Cherry-picked from #17877
Cherry-picked from #17876

Closes #17896
This commit is contained in:
Viktor Szakats 2025-07-08 13:59:32 +02:00
parent 202f0752ea
commit 8eab2b7086
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
70 changed files with 405 additions and 415 deletions

View file

@ -424,8 +424,8 @@ static CURLcode cf_hc_shutdown(struct Curl_cfilter *cf,
}
static void cf_hc_adjust_pollset(struct Curl_cfilter *cf,
struct Curl_easy *data,
struct easy_pollset *ps)
struct Curl_easy *data,
struct easy_pollset *ps)
{
if(!cf->connected) {
struct cf_hc_ctx *ctx = cf->ctx;