]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Mon, 24 Aug 2015 18:12:00 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Mon, 24 Aug 2015 18:12:00 +0000 (18:12 +0000)
src/StoreMeta.cc
src/mem/AllocatorProxy.cc
src/url.cc
src/wordlist.cc

index 15bab0d04a5b520640dfc8f8428b6fcfe25f1217..5b77aa75fb5861286ea101da9ab354c04fce6fbb 100644 (file)
@@ -199,3 +199,4 @@ StoreMeta& StoreMeta::operator=(const StoreMeta &s)
     next=s.next;
     return *this;
 }
+
index 6ab74281cee2dfbfddcf09942f1240f869464422..06a3aabf13a339f9a19a36e2d2a279f6838ca911 100644 (file)
@@ -47,7 +47,7 @@ Mem::AllocatorProxy::inUseCount() const
 void
 Mem::AllocatorProxy::zeroBlocks(bool doIt)
 {
-       getAllocator()->zeroBlocks(doIt);
+    getAllocator()->zeroBlocks(doIt);
 }
 
 MemPoolMeter const &
index accd7e896fab5723f109619f3a74ed1afc864a0a..aab3abc1815e07d44f377ccbd8369d397e1d3a42 100644 (file)
@@ -923,3 +923,4 @@ URL::URL(AnyP::UriScheme const &aScheme) :
 {
     *host_=0;
 }
+
index a08e6955d0f171d5a329cd568ba4d91d4828bdb3..ef342f7346c0ba1d7900f336aa7a97b1d431e5ce 100644 (file)
@@ -90,3 +90,4 @@ wordlistChopHead(wordlist **wl)
     delete w;
     return rv;
 }
+