1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

smtp.c: Removed whitespace

This commit is contained in:
Steve Holme 2012-06-05 14:34:17 +01:00
parent 0f3c330ad8
commit 89b5680d81

View File

@ -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)