aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-26 20:37:08 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-26 20:37:08 +0000
commitce9a0a6d657f5a01c6b76dfd5bb79f15152bef0d (patch)
treeb0159889f6f94bbdf8075d42f6807897385f36c4
parentf92f341a3f385237e553cff6079cdd7c7c3d9292 (diff)
imap: Corrected whitespace
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
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;