From b8dacd46f5558b4d6313392a536309ddd49bfbeb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2023 17:46:24 -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 2bf4b7ee6..ba5885ed2 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -356,7 +356,7 @@ struct info_t hb_blob_t *blob = hb_face_reference_table (face, tag); - printf ("%c%c%c%c: %8u bytes\n", HB_UNTAG (tag), hb_blob_get_length (blob)); + printf ("%c%c%c%c %8u bytes\n", HB_UNTAG (tag), hb_blob_get_length (blob)); hb_blob_destroy (blob); }