diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-12-22 01:01:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-12-22 01:01:19 +0100 |
commit | 3ce2a3991b85e9de6888e7848ae957cc77f4e1b4 (patch) | |
tree | ae4e789aaba1871640d13ffa8735ab9762f2b98b /lib/pop3.c | |
parent | 195b63f99c2fe3df4c4f73216c01fb2332e9b107 (diff) | |
download | curl-3ce2a3991b85e9de6888e7848ae957cc77f4e1b4.tar.gz |
code police: fix indent level to silence checksrc complaints
Diffstat (limited to 'lib/pop3.c')
-rw-r--r-- | lib/pop3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 8e5288d0c..d3f5a3d85 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)) { |