url: fix incorrect indentation

This commit is contained in:
Daniel Gustafsson 2018-12-27 00:03:35 +01:00
parent 9be7ced65f
commit ba266b3ed7
1 changed files with 1 additions and 1 deletions

View File

@ -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);