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/imap.c | |
parent | 195b63f99c2fe3df4c4f73216c01fb2332e9b107 (diff) | |
download | curl-3ce2a3991b85e9de6888e7848ae957cc77f4e1b4.tar.gz |
code police: fix indent level to silence checksrc complaints
Diffstat (limited to 'lib/imap.c')
-rw-r--r-- | lib/imap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/imap.c b/lib/imap.c index 3656d006f..1666a5cf8 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)) { |