]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 7 Sep 2016 18:14:33 +0000 (18:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 7 Sep 2016 18:14:33 +0000 (18:14 +0000)
src/refresh.cc

index 4d6250468975994c7dfc8575f8f46d35d3e10793..9343ab292d6a04febe5f23ea54545455a4a30617 100644 (file)
@@ -363,8 +363,8 @@ refreshCheck(const StoreEntry * entry, HttpRequest * request, time_t delta)
 #endif
     if (revalidateAlways || revalidateStale) {
         debugs(22, 3, "YES: Must revalidate stale object (origin set " <<
-                (revalidateAlways ? "no-cache or private" :
-                 "must-revalidate, proxy-revalidate or s-maxage") << ")");
+               (revalidateAlways ? "no-cache or private" :
+                "must-revalidate, proxy-revalidate or s-maxage") << ")");
         if (request)
             request->flags.failOnValidationError = true;
         return STALE_MUST_REVALIDATE;