[gpos] Whitespace

This commit is contained in:
Behdad Esfahbod 2022-11-28 14:03:58 -07:00
parent 3ea0f37c30
commit c769d7e181
1 changed files with 4 additions and 1 deletions

View File

@ -171,7 +171,10 @@ struct PairPosFormat1_3
unsigned format1 = 0;
unsigned format2 = 0;
for (const auto & _ :
+ hb_zip (this+coverage, pairSet) | hb_filter (glyphset, hb_first) | hb_map (hb_second))
+ hb_zip (this+coverage, pairSet)
| hb_filter (glyphset, hb_first)
| hb_map (hb_second)
)
{
const PairSet& set = (this + _);
const PairValueRecord *record = &set.firstPairValueRecord;