]> granicus.if.org Git - curl/commitdiff
url: fix incorrect indentation
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 26 Dec 2018 23:03:35 +0000 (00:03 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 26 Dec 2018 23:05:12 +0000 (00:05 +0100)
lib/url.c

index bf92016d07a7f8bd4ad40431150f0df11f4e51c9..a95075c92e59c995358406de329467aa22d69573 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -2065,7 +2065,7 @@ static CURLcode parseurlandfillconn(struct Curl_easy *data,
     if(uc) {
       DEBUGF(infof(data, "curl_url_set rejected %s\n", data->change.url));
       return Curl_uc_to_curlcode(uc);
-  }
+    }
   }
 
   uc = curl_url_get(uh, CURLUPART_SCHEME, &data->state.up.scheme, 0);