aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/dt
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-09 23:25:42 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-09 23:25:42 +0200
commit1396c95520f4fbafb045c1a5bb4b9be2dfd04072 (patch)
tree8b46e3f43e0a518f8b63af731775bcdf94b4099b /gen/prop/dt
parent0f86c382cfdc6c742c62457bf6cbf1b079544a16 (diff)
Fix alignment of autogenerated lookup table elements
Diffstat (limited to 'gen/prop/dt')
-rwxr-xr-xgen/prop/dt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/dt b/gen/prop/dt
index ba0582a..82d6331 100755
--- a/gen/prop/dt
+++ b/gen/prop/dt
@@ -81,4 +81,4 @@ END {
print "\treturn ch < lengthof(lookup_lat1) ? lookup_lat1[ch] : mlib_lookup(ch);"
print "}"
}
-' data/DerivedDecompositionType.txt
+' data/DerivedDecompositionType.txt | sed 's/\s*$//'