From 692ef0e1582703e8b55192dceff5ad95aae1eb54 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 10:23:50 +0000 Subject: imap: fix autobuild warning Removed whitespace from imap_perform() --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/imap.c b/lib/imap.c index 7adc5a0bb..8c1ea01d6 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected, } else result = imap_select(conn); - + if(result) return result; -- cgit v1.2.3