From c107303ade3a18aced62fdf241d1a0e4c4618667 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Mon, 12 Feb 2001 08:22:19 +0000 Subject: [PATCH] very minor indentation fix --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 83aa6e3b2b..2348ac2d62 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); -- GitLab