]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 31 Mar 2017 18:14:13 +0000 (18:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 31 Mar 2017 18:14:13 +0000 (18:14 +0000)
src/format/Format.cc

index e52b70dc1516e125a8e51fd856c24e3a5baa53e4..14a37a7aa87b4f8aa2e79c2c67f2e85981fae77c 100644 (file)
@@ -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