gen-unicode-tables: Fix indentation at the start of the first row

It was annoying Marco.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #3112
This commit is contained in:
Philip Withnall 2023-10-17 22:58:33 +01:00
parent cc350774bf
commit 80aea8e0a6

View File

@ -812,7 +812,7 @@ sub print_row
print OUT "\n ";
$column = 4;
}
else
elsif ($i > $start)
{
print OUT " "
}