]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 29 Sep 2010 00:12:13 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 29 Sep 2010 00:12:13 +0000 (18:12 -0600)
src/http.cc

index f8edb4590520791cce9a8dd6b6caa16d38bfa8c8..772f92cf099478b252508da5bf22b15b5b0d9bd1 100644 (file)
@@ -943,8 +943,8 @@ no_cache:
 
     if (!ignoreCacheControl && rep->cache_control) {
         if (EBIT_TEST(rep->cache_control->mask, CC_PROXY_REVALIDATE) ||
-            EBIT_TEST(rep->cache_control->mask, CC_MUST_REVALIDATE) ||
-            EBIT_TEST(rep->cache_control->mask, CC_S_MAXAGE))
+                EBIT_TEST(rep->cache_control->mask, CC_MUST_REVALIDATE) ||
+                EBIT_TEST(rep->cache_control->mask, CC_S_MAXAGE))
             EBIT_SET(entry->flags, ENTRY_REVALIDATE);
     }