]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sat, 28 Mar 2015 18:12:06 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sat, 28 Mar 2015 18:12:06 +0000 (18:12 +0000)
src/adaptation/icap/Xaction.cc

index bd1a23d82a8103445796d6079a900d12d673f867..62afdccc7a021f06f1bb01a4f7674f9fdfe21bd4 100644 (file)
@@ -430,7 +430,7 @@ void Adaptation::Icap::Xaction::noteCommRead(const CommIoCbParams &io)
 
         break;
 
-        // case Comm::COMM_ERROR:
+    // case Comm::COMM_ERROR:
     default: // no other flags should ever occur
         debugs(11, 2, io.conn << ": read failure: " << xstrerr(rd.xerrno));
         mustStop("unknown ICAP I/O read error");