From: Automatic source maintenance Date: Sat, 31 Dec 2011 01:26:10 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take05~12^2~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11796ba9ddd9260b178d3dd4578d2c8cb0226f6e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/acl/Acl.h b/src/acl/Acl.h index 415784202b..66b1424570 100644 --- a/src/acl/Acl.h +++ b/src/acl/Acl.h @@ -123,8 +123,7 @@ typedef enum { inline std::ostream & operator <<(std::ostream &o, const allow_t a) { - switch(a) - { + switch (a) { case ACCESS_DENIED: o << "DENIED"; break;