]> sjero.net Git - wget/blobdiff - src/convert.c
Whitespace and formatting changes.(Aesthetic only)
[wget] / src / convert.c
index f5a9cba328cfeb88bcf33f2965a8b53e19cc0044..abad5db09af50bb528f9c5f102596b6be1a613ba 100644 (file)
@@ -125,7 +125,7 @@ convert_links_in_hashtable (struct hash_table *downloaded_set,
 
           u = url_parse (cur_url->url->url, NULL, pi, true);
           if (!u)
-           continue;
+              continue;
 
           local_name = hash_table_get (dl_url_file_map, u->url);