]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Mon, 25 Jul 2016 12:12:06 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Mon, 25 Jul 2016 12:12:06 +0000 (12:12 +0000)
src/helper.cc
src/helper.h

index 95e8da052749b4f7727b8900847fa81664a05bdb..9991b2362aa1fd600d1022e565c3a2a900b67a25 100644 (file)
@@ -40,7 +40,6 @@
 /// Helpers input buffer size.
 const size_t ReadBufSize(32*1024);
 
-
 static IOCB helperHandleRead;
 static IOCB helperStatefulHandleRead;
 static void helperServerFree(helper_server *srv);
index d655811f28b39b1cc702292aca6eddc7ad9c0a9b..2e74c00e05f019a08bad202d738cc7cf5c83780b 100644 (file)
@@ -18,8 +18,8 @@
 #include "dlink.h"
 #include "helper/ChildConfig.h"
 #include "helper/forward.h"
-#include "helper/Request.h"
 #include "helper/Reply.h"
+#include "helper/Request.h"
 #include "ip/Address.h"
 #include "sbuf/SBuf.h"