mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
smtp.c: Fixed trailing whitespace
This commit is contained in:
parent
f71b1ad908
commit
168aa59705
1 changed files with 1 additions and 1 deletions
|
|
@ -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 : "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue