From: Steve Holme Date: Tue, 26 Feb 2013 20:37:08 +0000 (+0000) Subject: imap: Corrected whitespace X-Git-Tag: curl-7_30_0~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce9a0a6d657f5a01c6b76dfd5bb79f15152bef0d;p=curl imap: Corrected whitespace --- diff --git a/lib/imap.c b/lib/imap.c index 1c4635f2d..bd21043d0 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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;