From 58a5961ca1f1d7c8ed89acf07620242208d33edf Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 29 Jul 2020 08:44:23 +0430 Subject: [PATCH] minor spacing tweak --- src/hb-subset-plan.cc | 4 ++-- util/hb-fc-list.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-subset-plan.cc b/src/hb-subset-plan.cc index f267a82a8..24beada3e 100644 --- a/src/hb-subset-plan.cc +++ b/src/hb-subset-plan.cc @@ -181,7 +181,7 @@ _populate_gids_to_retain (hb_subset_plan_t* plan, const hb_set_t *input_glyphs_to_retain, bool close_over_gsub, bool close_over_gpos, - bool close_over_gdef) + bool close_over_gdef) { OT::cmap::accelerator_t cmap; OT::glyf::accelerator_t glyf; @@ -349,7 +349,7 @@ hb_subset_plan_create (hb_face_t *face, input->glyphs, !input->drop_tables->has (HB_OT_TAG_GSUB), !input->drop_tables->has (HB_OT_TAG_GPOS), - !input->drop_tables->has (HB_OT_TAG_GDEF)); + !input->drop_tables->has (HB_OT_TAG_GDEF)); _create_old_gid_to_new_gid_map (face, input->retain_gids, diff --git a/util/hb-fc-list.c b/util/hb-fc-list.c index 39cbb4b96..40c6b32b6 100644 --- a/util/hb-fc-list.c +++ b/util/hb-fc-list.c @@ -199,7 +199,7 @@ main (int argc, char **argv) } else { - FcChar8 *s; + FcChar8 *s; s = FcPatternFormat (fs->fonts[j], format); if (s)