]> granicus.if.org Git - curl/commitdiff
ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
authorSteve Holme <steve_holme@hotmail.com>
Thu, 9 May 2019 09:54:46 +0000 (10:54 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 9 May 2019 23:07:44 +0000 (00:07 +0100)
From 6012fa5a.

Closes #3858

lib/vauth/ntlm.c

index 6a8fc5ab3d0448be72210707db763c3e49fcd10a..7533f61a010aa8acdb596a591c88494291afe1f5 100644 (file)
@@ -850,15 +850,15 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
 }
 
 /*
-* Curl_auth_ntlm_cleanup()
-*
-* This is used to clean up the NTLM specific data.
-*
-* Parameters:
-*
-* ntlm    [in/out] - The NTLM data struct being cleaned up.
-*
-*/
+ * Curl_auth_ntlm_cleanup()
+ *
+ * This is used to clean up the NTLM specific data.
+ *
+ * Parameters:
+ *
+ * ntlm    [in/out] - The NTLM data struct being cleaned up.
+ *
+ */
 void Curl_auth_ntlm_cleanup(struct ntlmdata *ntlm)
 {
   /* Free the target info */