From: SquidAdm Date: Sun, 8 Jul 2018 16:38:27 +0000 (+0000) Subject: Source Format Enforcement X-Git-Tag: SQUID_4_2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88d31e75393cc0e9721d1bbf057510b759918227;p=thirdparty%2Fsquid.git Source Format Enforcement --- diff --git a/src/anyp/Uri.cc b/src/anyp/Uri.cc index 30af7eedaf..f2c2b222a0 100644 --- a/src/anyp/Uri.cc +++ b/src/anyp/Uri.cc @@ -445,11 +445,11 @@ AnyP::Uri::parse(const HttpRequestMethod& method, const char *url) /// Update the URL object with parsed URI data. void AnyP::Uri::parseFinish(const AnyP::ProtocolType protocol, - const char *const protoStr, // for unknown protocols - const char *const aUrlPath, - const char *const aHost, - const SBuf &aLogin, - const int aPort) + const char *const protoStr, // for unknown protocols + const char *const aUrlPath, + const char *const aHost, + const SBuf &aLogin, + const int aPort) { setScheme(protocol, protoStr); path(aUrlPath);