diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-29 00:59:11 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-29 00:59:11 +0100 |
commit | 27f90c09626658cab41b06f9b4c3cb8587fc7fcb (patch) | |
tree | 7cbeab7b8f09a19eb4e0b5c501391a87c6396950 | |
parent | ffa62e5bab9aca2a99556b0a3361e064a111db15 (diff) | |
download | curl-27f90c09626658cab41b06f9b4c3cb8587fc7fcb.tar.gz |
imap.c: remove trailing whitespace
-rw-r--r-- | lib/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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') { |