aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-29 00:59:11 +0100
committerYang Tse <yangsita@gmail.com>2012-12-29 00:59:11 +0100
commit27f90c09626658cab41b06f9b4c3cb8587fc7fcb (patch)
tree7cbeab7b8f09a19eb4e0b5c501391a87c6396950
parentffa62e5bab9aca2a99556b0a3361e064a111db15 (diff)
imap.c: remove trailing 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 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') {