[subset-cff2] Whitespace
This commit is contained in:
parent
b33297ee26
commit
65d9630312
|
@ -383,7 +383,8 @@ static bool _serialize_cff2 (hb_serialize_context_t *c,
|
|||
if (acc.fdSelect != &Null (CFF2FDSelect))
|
||||
{
|
||||
c->push ();
|
||||
if (likely (hb_serialize_cff_fdselect (c, num_glyphs, *(const FDSelect *)acc.fdSelect, plan.orig_fdcount,
|
||||
if (likely (hb_serialize_cff_fdselect (c, num_glyphs, *(const FDSelect *)acc.fdSelect,
|
||||
plan.orig_fdcount,
|
||||
plan.subset_fdselect_format, plan.subset_fdselect_size,
|
||||
plan.subset_fdselect_ranges)))
|
||||
plan.info.fd_select.link = c->pop_pack ();
|
||||
|
|
Loading…
Reference in New Issue