mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
imap: Corrected whitespace
This commit is contained in:
parent
f92f341a3f
commit
ce9a0a6d65
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||||
if(!imap_matchresp(line, len, "FETCH"))
|
if(!imap_matchresp(line, len, "FETCH"))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ignore other untagged responses */
|
/* Ignore other untagged responses */
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue