Skip to content

Commit 0ba0b59

Browse files
committed
remove padding for null tags in tag table
1 parent 353f65f commit 0ba0b59

File tree

2 files changed

+163
-163
lines changed

2 files changed

+163
-163
lines changed

scripts/gen-tag-table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def rank_delta(bcp_47, ot):
882882

883883
def hb_tag(tag):
884884
if tag == DEFAULT_LANGUAGE_SYSTEM:
885-
return 'Tag::new(&[0; 4])\t '
885+
return 'Tag::new(&[0; 4])'
886886
return 'Tag::new(b\"%s%s%s%s\")' % tuple(('%-4s' % tag)[:4])
887887

888888

0 commit comments

Comments
 (0)