From f43f3c01826a9a7f70b53890df3983d3deccaeeb Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Wed, 29 Sep 2010 18:21:50 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/stat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stat.cc b/src/stat.cc index 90376303b4..4e38045e15 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -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 -- 2.47.2