From: Source Maintenance Date: Fri, 31 Mar 2017 18:14:13 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_19~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=906434982df06855696ec0da5cfcdcc76f33b5fd;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/format/Format.cc b/src/format/Format.cc index e52b70dc15..14a37a7aa8 100644 --- a/src/format/Format.cc +++ b/src/format/Format.cc @@ -833,7 +833,7 @@ Format::Format::assemble(MemBuf &mb, const AccessLogEntry::Pointer &al, int logS out = sb.c_str(); quote = 1; } - break; + break; case LFT_REQUEST_ALL_HEADERS: #if ICAP_CLIENT