]> sjero.net Git - wget/blobdiff - src/convert.c
[mq]: cfg-mk
[wget] / src / convert.c
index 653c7b4d97d960345b5d071e1130fca5d0817265..61bbe6e2c26e580814801fef74bab544ce0b94f7 100644 (file)
@@ -918,7 +918,7 @@ static struct hash_table *downloaded_files_hash;
    However, our hash tables only accept pointers for keys and values.
    So when we need a pointer, we use the address of a
    downloaded_file_t variable of static storage.  */
-   
+
 static downloaded_file_t *
 downloaded_mode_to_ptr (downloaded_file_t mode)
 {