mirror of
https://github.com/curl/curl.git
synced 2026-08-10 18:30:54 +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
|
|
@ -1132,9 +1132,9 @@ static void http_switch_to_get(struct Curl_easy *data, int code)
|
|||
Curl_creader_set_rewind(data, FALSE);
|
||||
}
|
||||
|
||||
#define HTTPREQ_IS_POST(data) \
|
||||
((data)->state.httpreq == HTTPREQ_POST || \
|
||||
(data)->state.httpreq == HTTPREQ_POST_FORM || \
|
||||
#define HTTPREQ_IS_POST(data) \
|
||||
((data)->state.httpreq == HTTPREQ_POST || \
|
||||
(data)->state.httpreq == HTTPREQ_POST_FORM || \
|
||||
(data)->state.httpreq == HTTPREQ_POST_MIME)
|
||||
|
||||
CURLcode Curl_http_follow(struct Curl_easy *data, const char *newurl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue