1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

imap.c: remove trailing whitespace

This commit is contained in:
Yang Tse 2012-12-29 00:59:11 +01:00
parent ffa62e5bab
commit 27f90c0962

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