]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 7 Apr 2011 00:18:17 +0000 (18:18 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 7 Apr 2011 00:18:17 +0000 (18:18 -0600)
src/mem.cc

index d0e336b57f51a13be00a8ee243460b069bf81928..4cf7a19346c9608c37daa0535daea2458a91001d 100644 (file)
@@ -218,7 +218,7 @@ memAllocString(size_t net_size, size_t * gross_size)
     // the requested size is not poolable so that the right deallocator
     // will be used
     if (!MemIsInitialized && net_size < SmallestStringBeforeMemIsInitialized)
-       net_size = SmallestStringBeforeMemIsInitialized;
+        net_size = SmallestStringBeforeMemIsInitialized;
 
     unsigned int i;
     for (i = 0; i < mem_str_pool_count; ++i) {