From bb8909c3d744551e4c01e970f90b6f4d5088f157 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sun, 10 Apr 2011 18:12:56 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/auth/basic/auth_basic.h | 6 ++++-- src/auth/digest/auth_digest.h | 6 ++++-- src/auth/negotiate/auth_negotiate.h | 6 ++++-- src/auth/ntlm/auth_ntlm.h | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) 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 -- 2.47.3