From: Daniel Stenberg Date: Sun, 22 Dec 2013 00:01:19 +0000 (+0100) Subject: code police: fix indent level to silence checksrc complaints X-Git-Tag: curl-7_35_0~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ce2a3991b85e9de6888e7848ae957cc77f4e1b4;p=thirdparty%2Fcurl.git code police: fix indent level to silence checksrc complaints --- diff --git a/lib/imap.c b/lib/imap.c index 3656d006f3..1666a5cf8f 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -2331,8 +2331,8 @@ static CURLcode imap_parse_url_options(struct connectdata *conn) } while(*ptr && *ptr != ';') { - ptr++; - len++; + ptr++; + len++; } if(strnequal(value, "*", len)) { diff --git a/lib/pop3.c b/lib/pop3.c index 8e5288d0c8..d3f5a3d859 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1851,8 +1851,8 @@ static CURLcode pop3_parse_url_options(struct connectdata *conn) } while(*ptr && *ptr != ';') { - ptr++; - len++; + ptr++; + len++; } if(strnequal(value, "*", len)) { diff --git a/lib/smtp.c b/lib/smtp.c index a1f1a9190a..dd26f7b8e2 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -1945,8 +1945,8 @@ static CURLcode smtp_parse_url_options(struct connectdata *conn) } while(*ptr && *ptr != ';') { - ptr++; - len++; + ptr++; + len++; } if(strnequal(value, "*", len))