From: Automatic source maintenance Date: Thu, 30 Sep 2010 00:21:50 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f43f3c01826a9a7f70b53890df3983d3deccaeeb;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- 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