From 906434982df06855696ec0da5cfcdcc76f33b5fd Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Fri, 31 Mar 2017 18:14:13 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/format/Format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2