]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 6 May 2016 12:14:15 +0000 (12:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 6 May 2016 12:14:15 +0000 (12:14 +0000)
src/esi/Context.h
src/esi/Esi.cc

index 1f02bca462b270dc1e4eae15f1f0ad41309ece08..be4974232b4ca4265c54c42cf6d1aeb653e9bb95 100644 (file)
@@ -13,8 +13,8 @@
 #include "err_type.h"
 #include "esi/Element.h"
 #include "esi/Parser.h"
-#include "HttpReply.h"
 #include "http/StatusCode.h"
+#include "HttpReply.h"
 
 class ESIVarState;
 class ClientHttpRequest;
index 994e8e85cf9a7a8ad8f1f02add45cf7a5d390456..1816c763169339730be69588720268fc3d7f7cae 100644 (file)
@@ -574,7 +574,7 @@ ESIContext::send ()
 #endif
 
     if (!(rep != NULL || (outbound.getRaw() &&
-                  outbound->len && (outbound_offset <= outbound->len)))) {
+                          outbound->len && (outbound_offset <= outbound->len)))) {
         debugs(86, 5, "ESIContext::send: Nothing to send.");
         return 0;
     }