mirror of
https://github.com/curl/curl.git
synced 2026-04-25 04:32:12 +03:00
url: fix incorrect indentation
This commit is contained in:
parent
9be7ced65f
commit
ba266b3ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue