]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Feb 2017 00:12:17 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Feb 2017 00:12:17 +0000 (00:12 +0000)
src/adaptation/ecap/MessageRep.cc

index 34d99095e9732ee80666321a7de465c7f057adf1..99a1c151dcd088f6137ccddfeb34cb6230a4a22b 100644 (file)
@@ -34,8 +34,8 @@ Adaptation::Ecap::HeaderRep::hasAny(const Name &name) const
 {
     const Http::HdrType squidId = TranslateHeaderId(name);
     return squidId == Http::HdrType::OTHER ?
-        theHeader.hasNamed(name.image().c_str(), name.image().size()) :
-        static_cast<bool>(theHeader.has(squidId));
+           theHeader.hasNamed(name.image().c_str(), name.image().size()) :
+           static_cast<bool>(theHeader.has(squidId));
 }
 
 Adaptation::Ecap::HeaderRep::Value