aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-12-22 01:01:19 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-12-22 01:01:19 +0100
commit3ce2a3991b85e9de6888e7848ae957cc77f4e1b4 (patch)
treeae4e789aaba1871640d13ffa8735ab9762f2b98b /lib/smtp.c
parent195b63f99c2fe3df4c4f73216c01fb2332e9b107 (diff)
code police: fix indent level to silence checksrc complaints
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index a1f1a9190..dd26f7b8e 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))