mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 23:20:22 +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 ";
|
print OUT "\n ";
|
||||||
$column = 4;
|
$column = 4;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
print OUT " "
|
||||||
|
}
|
||||||
print OUT $text;
|
print OUT $text;
|
||||||
$column += length ($text) + 2;
|
$column += length ($text) + 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user