mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
smtp.c: Removed whitespace
This commit is contained in:
parent
0f3c330ad8
commit
89b5680d81
@ -1257,7 +1257,7 @@ static CURLcode smtp_init(struct connectdata *conn)
|
|||||||
{
|
{
|
||||||
struct SessionHandle *data = conn->data;
|
struct SessionHandle *data = conn->data;
|
||||||
struct FTP *smtp = data->state.proto.smtp;
|
struct FTP *smtp = data->state.proto.smtp;
|
||||||
|
|
||||||
if(!smtp) {
|
if(!smtp) {
|
||||||
smtp = data->state.proto.smtp = calloc(sizeof(struct FTP), 1);
|
smtp = data->state.proto.smtp = calloc(sizeof(struct FTP), 1);
|
||||||
if(!smtp)
|
if(!smtp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user