code police: fix indent level to silence checksrc complaints
This commit is contained in:
parent
195b63f99c
commit
3ce2a3991b
@ -2331,8 +2331,8 @@ static CURLcode imap_parse_url_options(struct connectdata *conn)
|
||||
}
|
||||
|
||||
while(*ptr && *ptr != ';') {
|
||||
ptr++;
|
||||
len++;
|
||||
ptr++;
|
||||
len++;
|
||||
}
|
||||
|
||||
if(strnequal(value, "*", len)) {
|
||||
|
@ -1851,8 +1851,8 @@ static CURLcode pop3_parse_url_options(struct connectdata *conn)
|
||||
}
|
||||
|
||||
while(*ptr && *ptr != ';') {
|
||||
ptr++;
|
||||
len++;
|
||||
ptr++;
|
||||
len++;
|
||||
}
|
||||
|
||||
if(strnequal(value, "*", len)) {
|
||||
|
@ -1945,8 +1945,8 @@ static CURLcode smtp_parse_url_options(struct connectdata *conn)
|
||||
}
|
||||
|
||||
while(*ptr && *ptr != ';') {
|
||||
ptr++;
|
||||
len++;
|
||||
ptr++;
|
||||
len++;
|
||||
}
|
||||
|
||||
if(strnequal(value, "*", len))
|
||||
|
Loading…
Reference in New Issue
Block a user