]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/client_side_reply.cc
SourceFormat: enforcement
[thirdparty/squid.git] / src / client_side_reply.cc
index b82653379d734df4da33550f07adbd5c38486074..383d9b9a105cf309d94f35bcc4b359000e883d20 100644 (file)
@@ -652,7 +652,7 @@ clientReplyContext::processMiss()
 
     /// Deny loops for accelerator and interceptor. TODO: deny in all modes?
     if (r->flags.loopdetect &&
-        (http->flags.accel || http->flags.intercepted)) {
+            (http->flags.accel || http->flags.intercepted)) {
         http->al.http.code = HTTP_FORBIDDEN;
         err = clientBuildError(ERR_ACCESS_DENIED, HTTP_FORBIDDEN, NULL, http->getConn()->peer, http->request);
         createStoreEntry(r->method, request_flags());