]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 28 Jul 2012 01:09:31 +0000 (19:09 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 28 Jul 2012 01:09:31 +0000 (19:09 -0600)
src/AccessLogEntry.h

index d3f3f0fe2c6ba7fd71d97dbcbd2ff0fe8878a889..5b7dba8ed7b531d20a6f46af6f5096e16279eb5d 100644 (file)
@@ -139,8 +139,8 @@ public:
 #if USE_SSL
                 ssluser(NULL),
 #endif
-                port(NULL)
-        {;
+                port(NULL) {
+            ;
         }
 
         Ip::Address caddr;