------------------------------------------------------------ revno: 11954 revision-id: squidadm@squid-cache.org-20111231012610-d57caa2dms1v8pnj parent: squid3@treenet.co.nz-20111230160137-xchpkza6pgfp6dqb committer: Automatic source maintenance branch nick: trunk timestamp: Fri 2011-12-30 18:26:10 -0700 message: SourceFormat Enforcement ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squidadm@squid-cache.org-20111231012610-\ # d57caa2dms1v8pnj # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 28ff113bf0952d813cb38cf541620cfe8aabab66 # timestamp: 2011-12-31 01:57:25 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20111230160137-\ # xchpkza6pgfp6dqb # # Begin patch === modified file 'src/acl/Acl.h' --- src/acl/Acl.h 2011-12-30 12:06:21 +0000 +++ src/acl/Acl.h 2011-12-31 01:26:10 +0000 @@ -123,8 +123,7 @@ inline std::ostream & operator <<(std::ostream &o, const allow_t a) { - switch(a) - { + switch (a) { case ACCESS_DENIED: o << "DENIED"; break;