tidy-up: whitespace

Closes #18553
This commit is contained in:
Viktor Szakats 2025-09-02 14:20:26 +02:00
parent 61b79dee79
commit a4196e2249
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
23 changed files with 51 additions and 90 deletions

View file

@ -1876,7 +1876,7 @@ CURL_EXTERN CURLcode curl_ws_start_frame(CURL *d,
result = ws_enc_write_head(data, ws, &ws->enc, flags, frame_len,
&ws->sendbuf);
if(result)
CURL_TRC_WS(data, "curl_start_frame(), error adding frame head %d",
CURL_TRC_WS(data, "curl_start_frame(), error adding frame head %d",
result);
out: