From 80aea8e0a637a6f6fabcf7592d62021f6a07a596 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 17 Oct 2023 22:58:33 +0100 Subject: [PATCH] gen-unicode-tables: Fix indentation at the start of the first row It was annoying Marco. Signed-off-by: Philip Withnall Helps: #3112 --- glib/gen-unicode-tables.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gen-unicode-tables.pl b/glib/gen-unicode-tables.pl index d5b093cdc..e47ef3bad 100755 --- a/glib/gen-unicode-tables.pl +++ b/glib/gen-unicode-tables.pl @@ -812,7 +812,7 @@ sub print_row print OUT "\n "; $column = 4; } - else + elsif ($i > $start) { print OUT " " }