From 97935b96791a53d03caca62461dbbf1f083b3deb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Mar 2010 09:45:03 +0000 Subject: [PATCH] fmt --- src/statistics/gnunet-statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c index e996bb728..976a82174 100644 --- a/src/statistics/gnunet-statistics.c +++ b/src/statistics/gnunet-statistics.c @@ -69,7 +69,7 @@ printer (void *cls, uint64_t value, int is_persistent) { FPRINTF (stdout, - "%s%-20s %-40s: %16llu\n", + "%s%-12s %-50s: %16llu\n", is_persistent ? "!" : " ", subsystem, _(name), (unsigned long long) value); return GNUNET_OK; -- 2.25.1