From: squidadm Date: Fri, 4 May 2018 17:39:32 +0000 (+0000) Subject: SourceFormat Enforcement (#200) X-Git-Tag: M-staged-PR200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45e49ce343dcb64928f676fbc562bc1c8fcbeef6;p=thirdparty%2Fsquid.git SourceFormat Enforcement (#200) --- diff --git a/src/ip/NfMarkConfig.cc b/src/ip/NfMarkConfig.cc index 5c7bdf68f2..e62c8e1cc9 100644 --- a/src/ip/NfMarkConfig.cc +++ b/src/ip/NfMarkConfig.cc @@ -58,3 +58,4 @@ operator <<(std::ostream &os, const Ip::NfMarkConfig c) return os; } + diff --git a/src/ip/NfMarkConfig.h b/src/ip/NfMarkConfig.h index 83d7d1c55b..ff7b8f0d3d 100644 --- a/src/ip/NfMarkConfig.h +++ b/src/ip/NfMarkConfig.h @@ -47,3 +47,4 @@ public: std::ostream &operator <<(std::ostream &os, const Ip::NfMarkConfig connmark); #endif // SQUID_NFMARKCONFIG_H + diff --git a/src/redirect.cc b/src/redirect.cc index 3f741622f6..15cb0266c9 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -440,3 +440,4 @@ redirectReconfigure() redirectShutdown(); redirectInit(); } +