From f80509358954a39234b136466c4c6a77187744e9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Sep 2020 13:50:25 +0200 Subject: align cpu id to right --- CPUMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CPUMeter.c') diff --git a/CPUMeter.c b/CPUMeter.c index cb77e712..99586784 100644 --- a/CPUMeter.c +++ b/CPUMeter.c @@ -24,7 +24,7 @@ static void CPUMeter_init(Meter* this) { int cpu = this->param; if (this->pl->cpuCount > 1) { char caption[10]; - xSnprintf(caption, sizeof(caption), "%-3d", Settings_cpuId(this->pl->settings, cpu - 1)); + xSnprintf(caption, sizeof(caption), "%3d", Settings_cpuId(this->pl->settings, cpu - 1)); Meter_setCaption(this, caption); } if (this->param == 0) -- cgit v1.2.3