smtp.c: Fixed a trailing whitespace

Remove tailing whitespace introduced in commit 7ed689d24a.
This commit is contained in:
Steve Holme 2013-02-14 20:06:03 +00:00
parent 92a537a2bb
commit 4f328b85c3
1 changed files with 1 additions and 1 deletions

View File

@ -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;