From 4f328b85c3c037b98bf317d4e3f702f9cb22c28e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 14 Feb 2013 20:06:03 +0000 Subject: [PATCH] smtp.c: Fixed a trailing whitespace Remove tailing whitespace introduced in commit 7ed689d24a4e. --- lib/smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smtp.c b/lib/smtp.c index 8e30a035a..fc080ee9b 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;