]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 9 Jun 2017 00:12:17 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 9 Jun 2017 00:12:17 +0000 (00:12 +0000)
src/http.cc

index 3b1ffad714fc005416a99048dca8116faf523c7e..06cba8e1f13147cbb78b0b3a3c7aae39e043fd51 100644 (file)
@@ -519,7 +519,7 @@ HttpStateData::reusableReply(HttpStateData::ReuseDecision &decision)
     case Http::scMisdirectedRequest:
         statusAnswer = ReuseDecision::doNotCacheButShare;
         statusReason = shareableError;
-        // fall through to the actual decision making below
+    // fall through to the actual decision making below
 
     case Http::scBadRequest: // no sharing; perhaps the server did not like something specific to this request
 #if USE_HTTP_VIOLATIONS