mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
imap.c: remove trailing whitespace
This commit is contained in:
parent
ffa62e5bab
commit
27f90c0962
@ -564,7 +564,7 @@ static CURLcode imap_state_select_resp(struct connectdata *conn,
|
|||||||
{
|
{
|
||||||
CURLcode result = CURLE_OK;
|
CURLcode result = CURLE_OK;
|
||||||
struct SessionHandle *data = conn->data;
|
struct SessionHandle *data = conn->data;
|
||||||
|
|
||||||
(void)instate; /* no use for this yet */
|
(void)instate; /* no use for this yet */
|
||||||
|
|
||||||
if(imapcode != 'O') {
|
if(imapcode != 'O') {
|
||||||
|
Loading…
Reference in New Issue
Block a user