]> sjero.net Git - wget/blobdiff - src/iri.h
Some cleanups in iri.c
[wget] / src / iri.h
index e7f3fe3e46eaf6172f115bd4dc147c5da7d4f255..c024de724dcaf74a515c2a35464fb60945047a62 100644 (file)
--- a/src/iri.h
+++ b/src/iri.h
@@ -31,9 +31,9 @@ as that of the covered work.  */
 #define IRI_H
 
 struct iri {
-  char *uri_encoding;     /* Encoding of the uri to fetch */
+  char *uri_encoding;      /* Encoding of the uri to fetch */
   char *content_encoding;  /* Encoding of links inside the fetched file */
-  bool utf8_encode;       /* Will/Is the current url encoded in utf8 */
+  bool utf8_encode;        /* Will/Is the current url encoded in utf8 */
 };
 
 #ifdef ENABLE_IRI