]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 19 Jun 2015 12:12:10 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 19 Jun 2015 12:12:10 +0000 (12:12 +0000)
src/cache_cf.cc

index 399ce2690fc1ff0658c99fd1c0616476befff0e0..5c816bb5c3393f8894266603f86cfc97642f6590 100644 (file)
@@ -2707,7 +2707,7 @@ parse_refreshpattern(RefreshPattern ** head)
         } else if (!strcmp(token, "ignore-no-cache") ||
                    !strcmp(token, "ignore-must-revalidate") ||
                    !strcmp(token, "ignore-auth")
-                ) {
+                  ) {
             debugs(22, DBG_PARSE_NOTE(2), "UPGRADE: refresh_pattern option '" << token << "' is obsolete. Remove it.");
         } else
             debugs(22, DBG_CRITICAL, "refreshAddToList: Unknown option '" << pattern << "': " << token);