From: Yang Tse Date: Fri, 28 Dec 2012 23:59:11 +0000 (+0100) Subject: imap.c: remove trailing whitespace X-Git-Tag: curl-7_29_0~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f90c09626658cab41b06f9b4c3cb8587fc7fcb;p=curl imap.c: remove trailing whitespace --- 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') {