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

index 0d2c4b81f8571e3b6f94e4e0c080a423963829aa..48ec16e8377b89d59bc5f8442259a989e896385a 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;
     }