smtp.c: Fixed a trailing whitespace
authorSteve Holme <steve_holme@hotmail.com>
Thu, 14 Feb 2013 20:06:03 +0000 (20:06 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Feb 2013 20:06:03 +0000 (20:06 +0000)
Remove tailing whitespace introduced in commit 7ed689d24a4e.

lib/smtp.c

index 8e30a03..fc080ee 100644 (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;