From: Daniel Gustafsson Date: Wed, 26 Dec 2018 23:03:35 +0000 (+0100) Subject: url: fix incorrect indentation X-Git-Tag: curl-7_64_0~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba266b3ed74abecdc02e6b036e8bbf018e01ed9c;p=curl url: fix incorrect indentation --- diff --git a/lib/url.c b/lib/url.c index bf92016d0..a95075c92 100644 --- 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);