gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 144/219: ntlm: Fix misaligned function comments for


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 144/219: ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
Date: Wed, 22 May 2019 19:18:03 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit e7a1bc8ee4f63f1af8e25b13f41508b1603caf49
Author: Steve Holme <address@hidden>
AuthorDate: Thu May 9 10:54:46 2019 +0100

    ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
    
    From 6012fa5a.
    
    Closes #3858
---
 lib/vauth/ntlm.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/vauth/ntlm.c b/lib/vauth/ntlm.c
index 6a8fc5ab3..7533f61a0 100644
--- a/lib/vauth/ntlm.c
+++ b/lib/vauth/ntlm.c
@@ -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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]