]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement (#200) M-staged-PR200
authorsquidadm <squidadm@users.noreply.github.com>
Fri, 4 May 2018 17:39:32 +0000 (17:39 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 5 May 2018 04:16:40 +0000 (04:16 +0000)
src/ip/NfMarkConfig.cc
src/ip/NfMarkConfig.h
src/redirect.cc

index 5c7bdf68f24f94f2420a832cd6cc1a6d193d7495..e62c8e1cc91aa118ba99b1bce77903a9a8acfd3c 100644 (file)
@@ -58,3 +58,4 @@ operator <<(std::ostream &os, const Ip::NfMarkConfig c)
 
     return os;
 }
+
index 83d7d1c55b615c845ed3a07cae56efd6e6466eeb..ff7b8f0d3dc2f064177bb85b358719354e53be0b 100644 (file)
@@ -47,3 +47,4 @@ public:
 std::ostream &operator <<(std::ostream &os, const Ip::NfMarkConfig connmark);
 
 #endif // SQUID_NFMARKCONFIG_H
+
index 3f741622f63302178ceb7b434f5897a9c370c6bc..15cb0266c9df04c844d34e8e8f45258698f22b3e 100644 (file)
@@ -440,3 +440,4 @@ redirectReconfigure()
     redirectShutdown();
     redirectInit();
 }
+