From: Daniel Stenberg Date: Mon, 12 Feb 2001 08:22:19 +0000 (+0000) Subject: very minor indentation fix X-Git-Tag: curl-7_6_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c107303ade3a18aced62fdf241d1a0e4c4618667;p=curl very minor indentation fix --- 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);