mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
imap: checksrc: remove space after while before paren
This commit is contained in:
parent
2581585961
commit
e3c85405d0
@ -1840,7 +1840,7 @@ static char *imap_atom(const char *str, bool escape_only)
|
||||
else if(!escape_only) {
|
||||
const char *p3 = atom_specials;
|
||||
|
||||
while (*p3 && !others_exists) {
|
||||
while(*p3 && !others_exists) {
|
||||
if(*p1 == *p3)
|
||||
others_exists = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user