ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()

From 6012fa5a.

Closes #3858
This commit is contained in:
Steve Holme 2019-05-09 10:54:46 +01:00
parent a07f376861
commit e7a1bc8ee4
1 changed files with 9 additions and 9 deletions

View 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 */