summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-12 08:22:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-12 08:22:19 +0000
commitc107303ade3a18aced62fdf241d1a0e4c4618667 (patch)
treec2bf229530c541f2a121f946f6921827d3d9392c
parent21b05afc9931b7845e3c5a6a7d69e117bd67422e (diff)
downloadgnurl-c107303ade3a18aced62fdf241d1a0e4c4618667.tar.gz
gnurl-c107303ade3a18aced62fdf241d1a0e4c4618667.tar.bz2
gnurl-c107303ade3a18aced62fdf241d1a0e4c4618667.zip
very minor indentation fix
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 83aa6e3b2..2348ac2d6 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -748,7 +748,7 @@ static CURLcode _connect(CURL *curl, CURLconnect **in_connect)
/* the name is given, get user+password */
sscanf(data->userpwd, "%127[^:]:%127[^\n]",
data->user, data->passwd);
- }
+ }
else
/* no name given, get the password only */
sscanf(data->userpwd+1, "%127[^\n]", data->passwd);