mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
smtp.c: Fixed a trailing whitespace
Remove tailing whitespace introduced in commit 7ed689d24a
.
This commit is contained in:
parent
92a537a2bb
commit
4f328b85c3
@ -911,7 +911,7 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn,
|
||||
|
||||
/* For the final responses to the AUTH sequence */
|
||||
static CURLcode smtp_state_auth_final_resp(struct connectdata *conn,
|
||||
int smtpcode,
|
||||
int smtpcode,
|
||||
smtpstate instate)
|
||||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user