mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +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
|
|
@ -1014,8 +1014,8 @@ static bool url_match_auth_ntlm(struct connectdata *conn,
|
|||
that can be reused and "upgraded" to NTLM if it does
|
||||
not have any auth ongoing. */
|
||||
#ifdef USE_SPNEGO
|
||||
if((conn->http_ntlm_state == NTLMSTATE_NONE)
|
||||
&& (conn->http_negotiate_state == GSS_AUTHNONE)) {
|
||||
if((conn->http_ntlm_state == NTLMSTATE_NONE) &&
|
||||
(conn->http_negotiate_state == GSS_AUTHNONE)) {
|
||||
#else
|
||||
if(conn->http_ntlm_state == NTLMSTATE_NONE) {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue