]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/url.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / url.cc
index 06be990ab68cedfd4cd80716018a51d5f0f951df..a715bb1821e15d9013b15ac6df1d17bc18ba6cdf 100644 (file)
@@ -626,7 +626,6 @@ urlCanonicalFakeHttps(const HttpRequest * request)
     return urlCanonicalClean(request);
 }
 
-
 /*
  * Test if a URL is relative.
  *
@@ -823,7 +822,6 @@ matchDomainName(const char *h, const char *d)
     return (xtolower(h[hl]) - xtolower(d[dl]));
 }
 
-
 /*
  * return true if we can serve requests for this method.
  */