From: hniksic Date: Fri, 14 Nov 2003 13:55:02 +0000 (-0800) Subject: [svn] Cosmetic changes. X-Git-Tag: v1.13~1403 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=615ae382f98c6c285edf5ac6f0c3d92214c6a1c5 [svn] Cosmetic changes. --- diff --git a/src/host.c b/src/host.c index 10407b6a..d272c625 100644 --- a/src/host.c +++ b/src/host.c @@ -259,9 +259,9 @@ address_list_from_ipv4_addresses (char **vec) ++count; assert (count > 0); - al->addresses = xnew_array (ip_address, count); - al->count = count; - al->refcount = 1; + al->addresses = xnew_array (ip_address, count); + al->count = count; + al->refcount = 1; for (i = 0; i < count; i++) { diff --git a/src/host.h b/src/host.h index 5029c9c2..7790c8b8 100644 --- a/src/host.h +++ b/src/host.h @@ -61,9 +61,9 @@ typedef struct { #ifdef ENABLE_IPV6 struct { struct in6_addr addr; -#ifdef HAVE_SOCKADDR_IN6_SCOPE_ID +# ifdef HAVE_SOCKADDR_IN6_SCOPE_ID unsigned int scope_id; -#endif /* HAVE_SOCKADDR_IN6_SCOPE_ID */ +# endif } ipv6; #endif /* ENABLE_IPV6 */ struct {