From 5ec33886fa347351a1f93abf3fa3018d6d3994d2 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Mon, 11 Apr 2011 18:12:32 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/protos.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/protos.h b/src/protos.h index 8735f6cd43..a8c9866d66 100644 --- a/src/protos.h +++ b/src/protos.h @@ -804,11 +804,10 @@ class external_acl; SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy); #endif -namespace Auth -{ -/* call to ensure the auth component schemes exist. */ -extern void Init(void); -} // namespace Auth + namespace Auth { + /* call to ensure the auth component schemes exist. */ + extern void Init(void); + } // namespace Auth #endif /* USE_AUTH */ -- 2.47.3