imap: fix autobuild warning
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 10:23:50 +0000 (10:23 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 10:23:50 +0000 (10:23 +0000)
Removed whitespace from imap_perform()

lib/imap.c

index 7adc5a0..8c1ea01 100644 (file)
@@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
   }
   else
     result = imap_select(conn);
-  
+
   if(result)
     return result;