tidy-up: comments and formatting

Closes #22558
This commit is contained in:
Viktor Szakats 2026-07-30 18:34:18 +02:00
parent 943ac04fc4
commit da04aa96ab
No known key found for this signature in database
6 changed files with 15 additions and 15 deletions

View file

@ -199,7 +199,6 @@ static void up_free(struct Curl_easy *data)
*
* We ignore SIGPIPE when this is called from curl_easy_cleanup.
*/
CURLcode Curl_close(struct Curl_easy **datap)
{
struct Curl_easy *data;
@ -457,7 +456,6 @@ static void easy_meta_freeentry(void *p)
* function.
* @return CURLcode
*/
CURLcode Curl_open(struct Curl_easy **curl)
{
struct Curl_easy *data;

View file

@ -163,7 +163,7 @@ CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data,
}
/* Use the special name "!ntlm" to prevent NTLM from being used:
* https://learn.microsoft.com/en-us/windows/win32/api/sspi/ns-sspi-sec_winnt_auth_identity_exa
* https://learn.microsoft.com/windows/win32/api/sspi/ns-sspi-sec_winnt_auth_identity_exa
*/
#ifdef UNICODE
nego->identity.PackageList =