diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-05 14:34:17 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-05 14:34:17 +0100 |
commit | 89b5680d8189fa7c58f20b273a982733b93d49ac (patch) | |
tree | 047567a2d79d9330da39bdf42b0a942ae76b3d3d /lib | |
parent | 0f3c330ad8c78b1cdcbe9562c2091841aa569d41 (diff) |
smtp.c: Removed whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 3e6dde0db..c05db06df 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -1257,7 +1257,7 @@ static CURLcode smtp_init(struct connectdata *conn) { struct SessionHandle *data = conn->data; struct FTP *smtp = data->state.proto.smtp; - + if(!smtp) { smtp = data->state.proto.smtp = calloc(sizeof(struct FTP), 1); if(!smtp) |