aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-28 10:23:50 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-28 10:23:50 +0000
commit692ef0e1582703e8b55192dceff5ad95aae1eb54 (patch)
tree6b121561deb962eee0d4c21519c8f3f35dfe2991 /lib
parent17f032c0d9ba09e1e5a2f8682d3dc98d234a1811 (diff)
imap: fix autobuild warning
Removed whitespace from imap_perform()
Diffstat (limited to 'lib')
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
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;