From: Automatic source maintenance Date: Sun, 18 Apr 2010 00:13:00 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63bd4bf7a4f116a57d5ac21251a15d5b15b8489f;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/eui/Eui48.h b/src/eui/Eui48.h index c591db9ae5..023a985a4c 100644 --- a/src/eui/Eui48.h +++ b/src/eui/Eui48.h @@ -8,8 +8,9 @@ /* EUI-48 is 6 bytes. */ #define SZ_EUI48_BUF 6 -namespace Ip { - class Address; +namespace Ip +{ +class Address; }; #if HAVE_CSTRING diff --git a/src/eui/Eui64.h b/src/eui/Eui64.h index 81780125b0..5f9e56d3f6 100644 --- a/src/eui/Eui64.h +++ b/src/eui/Eui64.h @@ -5,8 +5,9 @@ #if USE_SQUID_EUI -namespace Ip { - class Address; +namespace Ip +{ +class Address; }; #if HAVE_CSTRING diff --git a/src/icmp/net_db.h b/src/icmp/net_db.h index 8246fcddf5..68794d4509 100644 --- a/src/icmp/net_db.h +++ b/src/icmp/net_db.h @@ -3,8 +3,9 @@ #include "config.h" -namespace Ip { - class Address; +namespace Ip +{ +class Address; }; class StoreEntry; diff --git a/src/ip/IpAddress.h b/src/ip/IpAddress.h index 8084561190..8b0b976983 100644 --- a/src/ip/IpAddress.h +++ b/src/ip/IpAddress.h @@ -58,7 +58,8 @@ #include #endif -namespace Ip { +namespace Ip +{ /* FreeBSD hack: * This OS has at least one version that defines these as private diff --git a/src/ip/IpIntercept.h b/src/ip/IpIntercept.h index 2c5e941cf8..7ec0d1a9e9 100644 --- a/src/ip/IpIntercept.h +++ b/src/ip/IpIntercept.h @@ -10,7 +10,8 @@ /* for time_t */ #include "SquidTime.h" -namespace Ip { +namespace Ip +{ class Address; diff --git a/src/ip/QosConfig.h b/src/ip/QosConfig.h index de9ae6cec7..6c571edfa1 100644 --- a/src/ip/QosConfig.h +++ b/src/ip/QosConfig.h @@ -5,9 +5,11 @@ #if USE_ZPH_QOS -namespace Ip { +namespace Ip +{ -namespace Qos { +namespace Qos +{ class QosConfig {