Whitespace

This commit is contained in:
Behdad Esfahbod 2019-01-09 21:24:51 -08:00
parent 934d3fa2a7
commit 21c0713a1c
1 changed files with 4 additions and 4 deletions

View File

@ -190,10 +190,10 @@ struct SingleSubstFormat2
hb_vector_t<GlyphID> to;
for (auto it = hb_zip (this+coverage, substitute)
| hb_filter (glyphset, hb_first); it; ++it)
{
from.push ()->set (glyph_map[it->first]);
to.push ()->set (glyph_map[it->second]);
}
{
from.push ()->set (glyph_map[it->first]);
to.push ()->set (glyph_map[it->second]);
}
c->serializer->propagate_error (from, to);
SingleSubst_serialize (c->serializer, from, to);
return_trace (from.length);