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++)