Minor, tweak spaces

This commit is contained in:
Ebrahim Byagowi 2018-12-22 19:47:29 +03:30
parent 29f0b6bce7
commit ae6e348d64
2 changed files with 10 additions and 13 deletions

View File

@ -287,11 +287,8 @@ struct subr_flattener_t
{
subr_flattener_t (const ACC &acc_,
const hb_vector_t<hb_codepoint_t> &glyphs_,
bool drop_hints_)
: acc (acc_),
glyphs (glyphs_),
drop_hints (drop_hints_)
{}
bool drop_hints_) : acc (acc_), glyphs (glyphs_),
drop_hints (drop_hints_) {}
bool flatten (str_buff_vec_t &flat_charstrings)
{