]> granicus.if.org Git - curl/commitdiff
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 7adc5a0bb472f4aa05aeb7a0d23be2ff5c9ca2bf..8c1ea01d69cc31e932da8d47bfab449da1876cda 100644 (file)
@@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
   }
   else
     result = imap_select(conn);
-  
+
   if(result)
     return result;