From: Automatic source maintenance Date: Mon, 11 Apr 2011 00:12:56 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take06~27^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb8909c3d744551e4c01e970f90b6f4d5088f157;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/auth/basic/auth_basic.h b/src/auth/basic/auth_basic.h index 7530b7ebb4..a4e3ae092c 100644 --- a/src/auth/basic/auth_basic.h +++ b/src/auth/basic/auth_basic.h @@ -53,8 +53,10 @@ private: MEMPROXY_CLASS_INLINE(BasicUser); -namespace Auth { -namespace Basic { +namespace Auth +{ +namespace Basic +{ /** Basic authentication configuration data */ class Config : public Auth::Config diff --git a/src/auth/digest/auth_digest.h b/src/auth/digest/auth_digest.h index a7d61b6310..e5ec3b8b0b 100644 --- a/src/auth/digest/auth_digest.h +++ b/src/auth/digest/auth_digest.h @@ -76,8 +76,10 @@ extern const char *authenticateDigestNonceNonceb64(const digest_nonce_h * nonce) extern int authDigestNonceLastRequest(digest_nonce_h * nonce); extern void authenticateDigestNonceShutdown(void); -namespace Auth { -namespace Digest { +namespace Auth +{ +namespace Digest +{ /** Digest Authentication configuration data */ class Config : public Auth::Config diff --git a/src/auth/negotiate/auth_negotiate.h b/src/auth/negotiate/auth_negotiate.h index 0d1b4e2ae4..4da9658d52 100644 --- a/src/auth/negotiate/auth_negotiate.h +++ b/src/auth/negotiate/auth_negotiate.h @@ -38,8 +38,10 @@ MEMPROXY_CLASS_INLINE(NegotiateUser); extern statefulhelper *negotiateauthenticators; -namespace Auth { -namespace Negotiate { +namespace Auth +{ +namespace Negotiate +{ /** Negotiate Authentication configuration data */ class Config : public Auth::Config diff --git a/src/auth/ntlm/auth_ntlm.h b/src/auth/ntlm/auth_ntlm.h index a554621423..bfe52f7150 100644 --- a/src/auth/ntlm/auth_ntlm.h +++ b/src/auth/ntlm/auth_ntlm.h @@ -30,8 +30,10 @@ MEMPROXY_CLASS_INLINE(NTLMUser); typedef class NTLMUser ntlm_user_t; -namespace Auth { -namespace Ntlm { +namespace Auth +{ +namespace Ntlm +{ /** NTLM Authentication configuration data */ class Config : public Auth::Config