]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement
authorSquidAdm <noc@lists.squid-cache.org>
Sun, 8 Jul 2018 16:38:27 +0000 (16:38 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 9 Jul 2018 04:35:02 +0000 (16:35 +1200)
src/anyp/Uri.cc

index 30af7eedaf85b92fbe808e8a1038bef99798e168..f2c2b222a0a3cf51aea4787a71cfcde5ab511137 100644 (file)
@@ -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);