From: Automatic source maintenance Date: Tue, 12 Apr 2011 00:12:32 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take06~27^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ec33886fa347351a1f93abf3fa3018d6d3994d2;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- 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 */