code: minor indent fixes before closing braces

Closes #19512
This commit is contained in:
Daniel Stenberg 2025-11-13 13:50:49 +01:00
parent 75955c0851
commit 0afb52a0cd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
16 changed files with 182 additions and 168 deletions

View file

@ -716,7 +716,7 @@ static CURLcode http2_send_ping(struct Curl_cfilter *cf,
if(rc) {
failf(data, "nghttp2_submit_ping() failed: %s(%d)",
nghttp2_strerror(rc), rc);
return CURLE_HTTP2;
return CURLE_HTTP2;
}
rc = nghttp2_session_send(ctx->h2);