imap.c: remove trailing whitespace

This commit is contained in:
Yang Tse 2012-12-29 00:59:11 +01:00
parent ffa62e5bab
commit 27f90c0962
1 changed files with 1 additions and 1 deletions

View File

@ -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') {