From: Automatic source maintenance Date: Mon, 1 Mar 2010 01:13:17 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b4b6c7b53c70cfc94886ecbc5ae477d2d5ab0a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ip/IpAddress.cc b/src/ip/IpAddress.cc index 0f12b883c4..5e17d84042 100644 --- a/src/ip/IpAddress.cc +++ b/src/ip/IpAddress.cc @@ -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