]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Apr 2011 00:12:32 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Apr 2011 00:12:32 +0000 (18:12 -0600)
src/protos.h

index 8735f6cd43282f191da85ba4757a4b627fcaf3c4..a8c9866d668febb63bb26b5eda5337cbc3e7bd01 100644 (file)
@@ -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 */