mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 22:30:20 +08: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;
|
int dt,url_err;
|
||||||
uerr_t status;
|
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)
|
if (!url_parsed)
|
||||||
{
|
{
|
||||||
char *error = url_error (url, url_err);
|
char *error = url_error (url, url_err);
|
||||||
|
Loading…
Reference in New Issue
Block a user