From: Steve Holme Date: Thu, 14 Feb 2013 20:06:03 +0000 (+0000) Subject: smtp.c: Fixed a trailing whitespace X-Git-Tag: curl-7_30_0~349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f328b85c3c037b98bf317d4e3f702f9cb22c28e;p=thirdparty%2Fcurl.git smtp.c: Fixed a trailing whitespace Remove tailing whitespace introduced in commit 7ed689d24a4e. --- diff --git a/lib/smtp.c b/lib/smtp.c index 8e30a035a4..fc080ee9be 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -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;