mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
unicode: Avoid adding trailing spaces to tables definitions
This commit is contained in:
@@ -803,6 +803,10 @@ sub print_row
|
||||
print OUT "\n ";
|
||||
$column = 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
print OUT " "
|
||||
}
|
||||
print OUT $text;
|
||||
$column += length ($text) + 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user