]> granicus.if.org Git - curl/commitdiff
smtp.c: Fixed trailing whitespace
authorSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 20:22:01 +0000 (20:22 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 20:43:04 +0000 (20:43 +0000)
lib/smtp.c

index 512d65a814e03268d34419b28f69dd1990c725c4..e49984e1bb63cdd06788359dc3e87b8109dc5bb4 100644 (file)
@@ -563,7 +563,7 @@ static CURLcode smtp_perform_command(struct connectdata *conn)
   struct SessionHandle *data = conn->data;
   struct SMTP *smtp = data->req.protop;
 
-  if(smtp->custom && smtp->custom[0] != '\0') 
+  if(smtp->custom && smtp->custom[0] != '\0')
     /* Send the custom command */
     result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s", smtp->custom,
                            smtp->rcpt ? smtp->rcpt->data : "");