mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:34:37 +03:00
code police: fix indent level to silence checksrc complaints
This commit is contained in:
parent
195b63f99c
commit
3ce2a3991b
3 changed files with 6 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue