From: Automatic source maintenance Date: Sat, 28 Jul 2012 01:09:31 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_19~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b0e60b63e265892f01325e478ae0ef929a6a3e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/AccessLogEntry.h b/src/AccessLogEntry.h index d3f3f0fe2c..5b7dba8ed7 100644 --- a/src/AccessLogEntry.h +++ b/src/AccessLogEntry.h @@ -139,8 +139,8 @@ public: #if USE_SSL ssluser(NULL), #endif - port(NULL) - {; + port(NULL) { + ; } Ip::Address caddr;