]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 30 Sep 2010 00:21:50 +0000 (18:21 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 30 Sep 2010 00:21:50 +0000 (18:21 -0600)
src/stat.cc

index 90376303b4ab14d79619ed8d08e09a74b8610201..4e38045e153af99780ae5eae76f323738b7dcee7 100644 (file)
@@ -629,7 +629,7 @@ info_get(StoreEntry * sentry)
                       (long)(ms.bytes_total >> 10));
 
     storeAppendPrintf(sentry, "\tTotal free:            %6ld KB %d%%\n",
-                     (long)(ms.bytes_free >> 10), Math::intPercent(ms.bytes_free, ms.bytes_total));
+                      (long)(ms.bytes_free >> 10), Math::intPercent(ms.bytes_free, ms.bytes_total));
 
 #elif HAVE_MALLINFO && HAVE_STRUCT_MALLINFO