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

index 1c1218a4c829787c39e79e41bd9cba74d98d6b56..584e9cd927bdf62f8193bd56a8bf4680a60754dc 100644 (file)
@@ -161,7 +161,7 @@ Adaptation::Ecap::FirstLineRep::protocol() const
         return protocolIcy;
     case AnyP::PROTO_COAP:
     case AnyP::PROTO_COAPS: // use 'unknown' until libecap supports coap:// and coaps://
-        // other protocols defined in Squid but not libecap use 'unknown'
+    // other protocols defined in Squid but not libecap use 'unknown'
     case AnyP::PROTO_AUTHORITY_FORM:
     case AnyP::PROTO_SSL:
     case AnyP::PROTO_TLS: