From: Source Maintenance Date: Thu, 25 May 2017 06:12:04 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e2e03b4224ff16e840aee8ea69b6504e0a5a17;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index 1c1218a4c8..584e9cd927 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -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: