From 39d50008f85d087c4ccb09b4954416c39c29cf1a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 25 Jan 2023 12:53:50 -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 030adb61c..b3a8b35eb 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -1398,7 +1398,7 @@ struct info_t : { if (verbose) { - printf ("Tag Data\n------------\n"); + printf ("\nTag Data\n------------\n"); } unsigned count = hb_ot_meta_get_entry_tags (face, 0, nullptr, nullptr); for (unsigned i = 0; i < count; i++)