mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +03:00
tidy-up: miscellaneous
- cmake/Find*: make double quotes consistent. - drop redundant parenthesis. - GHA/checksrc: sync a step name with others. - whitespace. Closes #19233
This commit is contained in:
parent
543b78652a
commit
71d1eec675
12 changed files with 31 additions and 31 deletions
|
|
@ -842,7 +842,7 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
|
|||
result = Curl_bufref_memdup(out, ntlmbuf, size);
|
||||
|
||||
error:
|
||||
free(ntlmv2resp);/* Free the dynamic buffer allocated for NTLMv2 */
|
||||
free(ntlmv2resp); /* Free the dynamic buffer allocated for NTLMv2 */
|
||||
|
||||
Curl_auth_cleanup_ntlm(ntlm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue