]> sjero.net Git - wget/blobdiff - src/host.h
Whitespace and formatting changes.(Aesthetic only)
[wget] / src / host.h
index 3f27ea0f64e10b6de6c575fecee0640e5a488509..84f3d137f092f7086e259828e0635203ec4f18ba 100644 (file)
@@ -58,9 +58,9 @@ typedef struct {
 
   /* The actual data, in the form of struct in_addr or in6_addr: */
   union {
-    struct in_addr d4;         /* IPv4 address */
+    struct in_addr d4;      /* IPv4 address */
 #ifdef ENABLE_IPV6
-    struct in6_addr d6;                /* IPv6 address */
+    struct in6_addr d6;     /* IPv6 address */
 #endif
   } data;