]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 7 Jan 2015 00:12:06 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 7 Jan 2015 00:12:06 +0000 (00:12 +0000)
src/mem/PoolChunked.cc

index abbd17ddd00b3f93f1a7059aaea54295152db5f0..1be36ba9f21f4979118de76ae6767f736b174d58 100644 (file)
@@ -136,9 +136,9 @@ MemChunk::MemChunk(MemPoolChunked *aPool)
 }
 
 MemPoolChunked::MemPoolChunked(const char *aLabel, size_t aSize) :
-                MemImplementingAllocator(aLabel, aSize) , chunk_size(0),
-                chunk_capacity(0), chunkCount(0), freeCache(0), nextFreeChunk(0),
-                Chunks(0), allChunks(Splay<MemChunk *>())
+    MemImplementingAllocator(aLabel, aSize) , chunk_size(0),
+    chunk_capacity(0), chunkCount(0), freeCache(0), nextFreeChunk(0),
+    Chunks(0), allChunks(Splay<MemChunk *>())
 {
     setChunkSize(MEM_CHUNK_SIZE);