]> sjero.net Git - wget/commitdiff
Fix indentation.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 5 Jun 2011 12:31:24 +0000 (14:31 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 5 Jun 2011 12:31:24 +0000 (14:31 +0200)
src/retr.c

index bc59a9c16bddac861430fbffc9cc4031a8350e7f..11b7b022a0cdca11d17133cb6058ef39d12d3aef 100644 (file)
@@ -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);