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

index 8260c5f2dc2c9f73d738620f98b3e9a007ab2ad5..132332a4355dc3bcdf589ca287d06f0447ca3726 100644 (file)
@@ -441,8 +441,8 @@ HttpStateData::cacheableReply()
         if (!refreshIsCachable(entry) && !REFRESH_OVERRIDE(store_stale)) {
             debugs(22, 3, "refreshIsCachable() returned non-cacheable..");
             return 0;
-        } else 
-          return 1;
+        } else
+            return 1;
 
         /* NOTREACHED */
         break;