From f53f2c38cf49dd7cee098bfe6069cc54ef9ec0b8 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 9 May 2026 15:55:30 +0200 Subject: [PATCH] logwatch: cosmetics fix (missing code alignment) --- contrib/logwatch/radicale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/logwatch/radicale b/contrib/logwatch/radicale index c659f62f..b424041a 100644 --- a/contrib/logwatch/radicale +++ b/contrib/logwatch/radicale @@ -315,7 +315,7 @@ if (keys %Requests) { printf "%-" . $length . "s | %7d | %7.3f%% |\n", $req, $Requests{$req}, (($Requests{$req} * 100) / $sum); } print "-" x($length + 24) . "\n"; - printf "%-18s | %7d | %7.3f%% |\n", "", $sum, 100; + printf "%-" . $length . "s | %7d | %7.3f%% |\n", "", $sum, 100; } if (keys %Responses) {