From: Automatic source maintenance Date: Wed, 16 Jun 2010 00:18:44 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca34dacd47e27b076b33226b814c03c593c3c47e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/http.cc b/src/http.cc index 8260c5f2dc..132332a435 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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;