code police: fix indent level to silence checksrc complaints

This commit is contained in:
Daniel Stenberg 2013-12-22 01:01:19 +01:00
parent 195b63f99c
commit 3ce2a3991b
3 changed files with 6 additions and 6 deletions

View File

@ -2331,8 +2331,8 @@ static CURLcode imap_parse_url_options(struct connectdata *conn)
}
while(*ptr && *ptr != ';') {
ptr++;
len++;
ptr++;
len++;
}
if(strnequal(value, "*", len)) {

View File

@ -1851,8 +1851,8 @@ static CURLcode pop3_parse_url_options(struct connectdata *conn)
}
while(*ptr && *ptr != ';') {
ptr++;
len++;
ptr++;
len++;
}
if(strnequal(value, "*", len)) {

View File

@ -1945,8 +1945,8 @@ static CURLcode smtp_parse_url_options(struct connectdata *conn)
}
while(*ptr && *ptr != ';') {
ptr++;
len++;
ptr++;
len++;
}
if(strnequal(value, "*", len))