]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 31 May 2010 01:39:08 +0000 (19:39 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 31 May 2010 01:39:08 +0000 (19:39 -0600)
src/mem.cc

index 695cd317a0ca5634712faea9c429e05bc33a38a2..359903ea97b9f545ac8fd46c8852a56ddb03409a 100644 (file)
@@ -354,8 +354,8 @@ memConfigure(void)
     else if (Config.MemPools.limit > 0)
         new_pool_limit = Config.MemPools.limit;
     else {
-       if (Config.MemPools.limit == 0)
-           debugs(13, 1, "memory_pools_limit 0 has been chagned to memory_pools_limit none. Please update your config");
+        if (Config.MemPools.limit == 0)
+            debugs(13, 1, "memory_pools_limit 0 has been chagned to memory_pools_limit none. Please update your config");
         new_pool_limit = -1;
     }