minor spacing tweak

pull/2510/head
Ebrahim Byagowi 5 years ago
parent 07c43b8cf6
commit 58a5961ca1
  1. 4
      src/hb-subset-plan.cc
  2. 2
      util/hb-fc-list.c

@ -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,

@ -199,7 +199,7 @@ main (int argc, char **argv)
}
else
{
FcChar8 *s;
FcChar8 *s;
s = FcPatternFormat (fs->fonts[j], format);
if (s)

Loading…
Cancel
Save