mirror of
https://github.com/curl/curl.git
synced 2026-07-22 15:07:16 +03:00
imap: checksrc: remove space after while before paren
This commit is contained in:
parent
2581585961
commit
e3c85405d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue