]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 4 Mar 2011 01:12:39 +0000 (18:12 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 4 Mar 2011 01:12:39 +0000 (18:12 -0700)
src/ip/Address.cc

index 2797be8ae26952233a33afdd382689d8097b3e71..597ae6586f39e2c9540e48d92bd43270ad6e3138 100644 (file)
@@ -213,8 +213,8 @@ Ip::Address::SetEmpty()
 }
 
 #if _SQUID_AIX_
-    // Bug 2885 comment 78 explains.
-    // In short AIX has a different netinet/in.h union definition
+// Bug 2885 comment 78 explains.
+// In short AIX has a different netinet/in.h union definition
 const struct in6_addr Ip::Address::v4_localhost = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0x7f000001 }}};
 const struct in6_addr Ip::Address::v4_anyaddr = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0x00000000 }}};
 const struct in6_addr Ip::Address::v4_noaddr = {{{ 0x00000000, 0x00000000, 0x0000ffff, 0xffffffff }}};