]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mem/PoolMalloc.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / mem / PoolMalloc.cc
index 9bf19e3813a3f575bcd94c3dcfa38c312343ebe6..c514ec75906669244155f62ffc64b782cae883d0 100644 (file)
@@ -60,7 +60,7 @@ MemPoolMalloc::deallocate(void *obj, bool aggressive)
 int
 MemPoolMalloc::getStats(MemPoolStats * stats, int accumulate)
 {
-    if (!accumulate)   /* need skip memset for GlobalStats accumulation */
+    if (!accumulate)    /* need skip memset for GlobalStats accumulation */
         memset(stats, 0, sizeof(MemPoolStats));
 
     stats->pool = this;