imap: Corrected a whitespace issue from previous commit
Fixed a small whitespace issue that crept in there in commit 508cdf4da4d7.
This commit is contained in:
parent
508cdf4da4
commit
d713e9a207
@ -423,7 +423,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||
/* Do we have a valid response? */
|
||||
if(len >= 2 && !memcmp("* ", line, 2)) {
|
||||
*resp = '*';
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user