]> granicus.if.org Git - curl/commitdiff
very minor indentation fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Feb 2001 08:22:19 +0000 (08:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Feb 2001 08:22:19 +0000 (08:22 +0000)
lib/url.c

index 83aa6e3b2b7e7de117ec52f784c87d0a29be2c2b..2348ac2d6223262f3d6b42e0997fb58a6f07d5fa 100644 (file)
--- 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);