Skip to content

Commit

Permalink
smtp.c: Fixed a trailing whitespace
Browse files Browse the repository at this point in the history
Remove tailing whitespace introduced in commit 7ed689d.
  • Loading branch information
captain-caveman2k committed Feb 14, 2013
1 parent 92a537a commit 4f328b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f328b8

Please sign in to comment.