mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix indentation.
This commit is contained in:
parent
67d81d15a5
commit
544f0d478a
@ -947,8 +947,7 @@ retrieve_from_file (const char *file, bool html, int *count)
|
||||
{
|
||||
int dt,url_err;
|
||||
uerr_t status;
|
||||
struct url * url_parsed = url_parse(url, &url_err, iri, true);
|
||||
|
||||
struct url *url_parsed = url_parse (url, &url_err, iri, true);
|
||||
if (!url_parsed)
|
||||
{
|
||||
char *error = url_error (url, url_err);
|
||||
|
Loading…
Reference in New Issue
Block a user