imap: Corrected whitespace
authorSteve Holme <steve_holme@hotmail.com>
Tue, 26 Feb 2013 20:37:08 +0000 (20:37 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 26 Feb 2013 20:37:08 +0000 (20:37 +0000)
lib/imap.c

index 1c4635f..bd21043 100644 (file)
@@ -399,7 +399,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
         if(!imap_matchresp(line, len, "FETCH"))
           return FALSE;
         break;
+
       /* Ignore other untagged responses */
       default:
         return FALSE;