]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 1 Mar 2010 01:13:17 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 1 Mar 2010 01:13:17 +0000 (18:13 -0700)
src/ip/IpAddress.cc

index 0f12b883c43c6a166bbd57a0141f007feeb7b8aa..5e17d8404295d9ef304aed01bc68e9ef3766bccb 100644 (file)
@@ -275,13 +275,13 @@ void IpAddress::SetEmpty()
 
 #if USE_IPV6
 const struct in6_addr IpAddress::v4_localhost = {{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-                0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x01 }}
+            0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x01 }}
 };
 const struct in6_addr IpAddress::v4_anyaddr = {{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-           0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}
+            0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}
 };
 const struct in6_addr IpAddress::v6_noaddr = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-                0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}
+            0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}
 };
 #endif