]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 3 May 2010 00:13:05 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 3 May 2010 00:13:05 +0000 (18:13 -0600)
src/ip/forward.h

index d771e142d5e0d187e599613d07d4b15581827e0c..c53d63bdad40e630af2384581f7859748057663f 100644 (file)
@@ -38,7 +38,8 @@
 
 // Forward-declare Ip classes needed by reference in other parts of the code
 // for passing objects around without actually touching them
-namespace Ip {
+namespace Ip
+{
 class Address;
 }
 #endif /* _SQUID_IP_FORWARD_H */