From a67b6aad925e31aace8d81647ce341e448af22b5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2023 18:07:05 -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 3f4ae9cf7..aca9ee9bb 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -573,7 +573,7 @@ struct info_t printf ("%c%c%c%c", HB_UNTAG (feature_array[feature_index])); if (*name) - printf (" \"%s\"", name); + printf (" %s", name); printf ("\n"); }