diff options
| author | Daniel Gustafsson <daniel@yesql.se> | 2018-12-27 00:03:35 +0100 | 
|---|---|---|
| committer | Daniel Gustafsson <daniel@yesql.se> | 2018-12-27 00:05:12 +0100 | 
| commit | ba266b3ed74abecdc02e6b036e8bbf018e01ed9c (patch) | |
| tree | 56e4152bf6b6c795dbbd206da55dfc5074b1293d | |
| parent | 9be7ced65f22ca789c8b852776fa3ae0e13ea17d (diff) | |
url: fix incorrect indentation
| -rw-r--r-- | lib/url.c | 2 | 
1 files changed, 1 insertions, 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);  | 
