From 27f90c09626658cab41b06f9b4c3cb8587fc7fcb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 29 Dec 2012 00:59:11 +0100 Subject: [PATCH] imap.c: remove trailing whitespace --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imap.c b/lib/imap.c index 57b4ffd07..18a4b16f2 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -564,7 +564,7 @@ static CURLcode imap_state_select_resp(struct connectdata *conn, { CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; - + (void)instate; /* no use for this yet */ if(imapcode != 'O') {