From 3feac1a408429c78f1470164976b266d0095d96d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jan 2023 10:15:14 -0700 Subject: [PATCH] [hb-info] Use tab in --list-palettes --- util/hb-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index e32c18545..9fa6c0b78 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -1028,7 +1028,7 @@ struct info_t } } - printf ("%u %-*s %s\n", i, (int)strlen ("Light"), type, name); + printf ("%u %s %s\n", i, type, name); } }