]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 11 Apr 2011 00:12:56 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 11 Apr 2011 00:12:56 +0000 (18:12 -0600)
src/auth/basic/auth_basic.h
src/auth/digest/auth_digest.h
src/auth/negotiate/auth_negotiate.h
src/auth/ntlm/auth_ntlm.h

index 7530b7ebb4d28cd2a136fb6630c48133b9d5e0c6..a4e3ae092c3044b6574ee3ba7dd727dd7f4ab5e5 100644 (file)
@@ -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
index a7d61b6310bdacdc7d42db5141a8abf130a92096..e5ec3b8b0bea09c624d79df3533cbf71b71912d7 100644 (file)
@@ -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
index 0d1b4e2ae4e41a938905690ff082930977af77ca..4da9658d52c57b0d428e03a31ce60a4f4fb73524 100644 (file)
@@ -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
index a5546214235e93d8ed6219226e43ee995e9aa4b0..bfe52f715009ba210e5958c79f11876d9a0a5fa0 100644 (file)
@@ -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