From 817ec182eb8bcd78de06947602e189aa09308660 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 24 Jan 2023 17:02:08 -0700 Subject: [PATCH] [hb-info] Format --- 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 1432c7cd3..59b53761a 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -1294,7 +1294,7 @@ struct info_t : if (verbose) { printf ("\nPalettes:\n\n"); - printf ("Index Flags Name\n---------------------\n"); + printf ("Index Flags Name\n--------------------\n"); } unsigned count = hb_ot_color_palette_get_count (face); for (unsigned i = 0; i < count; i++)