From: Source Maintenance Date: Mon, 24 Aug 2015 18:12:00 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_1~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a739503e953e4372f4ad0d62c5709f7d5a20cbe;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/StoreMeta.cc b/src/StoreMeta.cc index 15bab0d04a..5b77aa75fb 100644 --- a/src/StoreMeta.cc +++ b/src/StoreMeta.cc @@ -199,3 +199,4 @@ StoreMeta& StoreMeta::operator=(const StoreMeta &s) next=s.next; return *this; } + diff --git a/src/mem/AllocatorProxy.cc b/src/mem/AllocatorProxy.cc index 6ab74281ce..06a3aabf13 100644 --- a/src/mem/AllocatorProxy.cc +++ b/src/mem/AllocatorProxy.cc @@ -47,7 +47,7 @@ Mem::AllocatorProxy::inUseCount() const void Mem::AllocatorProxy::zeroBlocks(bool doIt) { - getAllocator()->zeroBlocks(doIt); + getAllocator()->zeroBlocks(doIt); } MemPoolMeter const & diff --git a/src/url.cc b/src/url.cc index accd7e896f..aab3abc181 100644 --- a/src/url.cc +++ b/src/url.cc @@ -923,3 +923,4 @@ URL::URL(AnyP::UriScheme const &aScheme) : { *host_=0; } + diff --git a/src/wordlist.cc b/src/wordlist.cc index a08e6955d0..ef342f7346 100644 --- a/src/wordlist.cc +++ b/src/wordlist.cc @@ -90,3 +90,4 @@ wordlistChopHead(wordlist **wl) delete w; return rv; } +