]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement (#317)
authorsquidadm <squidadm@users.noreply.github.com>
Sun, 28 Oct 2018 00:10:27 +0000 (00:10 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 30 Oct 2018 03:22:47 +0000 (03:22 +0000)
src/base/File.cc
src/tunnel.cc

index 2f9ab6181e03bdc2bb5c7575a27a36102687ba0f..98c76162a0e24c0f624af80f4be842dfedbc8a23 100644 (file)
@@ -373,3 +373,4 @@ File::sysCallError(const char *callName, const int savedErrno) const
 #if _SQUID_WINDOWS_
 const HANDLE File::InvalidHandle = INVALID_HANDLE_VALUE;
 #endif /* _SQUID_WINDOWS_ */
+
index 6717dcd049b62904e3598a84242dd37746126cff..4bc18e3f37e32e55849072f3800c47ffb0fdec2a 100644 (file)
@@ -27,8 +27,8 @@
 #include "globals.h"
 #include "http.h"
 #include "http/Stream.h"
-#include "icmp/net_db.h"
 #include "HttpRequest.h"
+#include "icmp/net_db.h"
 #include "ip/QosConfig.h"
 #include "LogTags.h"
 #include "MemBuf.h"