diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-05-09 10:54:46 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-05-10 00:07:44 +0100 |
commit | e7a1bc8ee4f63f1af8e25b13f41508b1603caf49 (patch) | |
tree | 6638bb97d60e5c6078cd0ee9bc98475f0ef174b2 /lib/vauth | |
parent | a07f376861be0fef33bb88b3d1e71960ee3f6ce8 (diff) | |
download | curl-e7a1bc8ee4f63f1af8e25b13f41508b1603caf49.tar.gz |
ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
From 6012fa5a.
Closes #3858
Diffstat (limited to 'lib/vauth')
-rw-r--r-- | lib/vauth/ntlm.c | 18 |
1 files 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 */ |