]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 24 May 2012 00:23:52 +0000 (18:23 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 24 May 2012 00:23:52 +0000 (18:23 -0600)
src/cache_cf.cc

index 1360decf900b76fc5d63e27a9690a2783cdcf4f6..00b4ba215c21e43534245e4568710edeea5ab439 100644 (file)
@@ -3778,7 +3778,7 @@ parsePortCfg(AnyP::PortCfg ** head, const char *optionName)
 {
     const char *protocol = NULL;
     if (strcmp(optionName, "http_port") == 0 ||
-        strcmp(optionName, "ascii_port") == 0)
+            strcmp(optionName, "ascii_port") == 0)
         protocol = "http";
     else if (strcmp(optionName, "https_port") == 0)
         protocol = "https";