minor spacing tweak

This commit is contained in:
Ebrahim Byagowi 2020-07-29 08:44:23 +04:30
parent 07c43b8cf6
commit 58a5961ca1
2 changed files with 3 additions and 3 deletions

View File

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

View File

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