From ca34dacd47e27b076b33226b814c03c593c3c47e Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Tue, 15 Jun 2010 18:18:44 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/http.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5