mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
imap: fix autobuild warning
Removed whitespace from imap_perform()
This commit is contained in:
parent
17f032c0d9
commit
692ef0e158
@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
result = imap_select(conn);
|
result = imap_select(conn);
|
||||||
|
|
||||||
if(result)
|
if(result)
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user