[minor] Rename internal variable

To address review comment:
https://github.com/harfbuzz/harfbuzz/pull/2699#discussion_r573370781
This commit is contained in:
Behdad Esfahbod 2021-02-09 18:48:46 -07:00
parent 836814a571
commit 6e1afac64b
1 changed files with 2 additions and 2 deletions

View File

@ -2757,8 +2757,8 @@ struct ChainContextFormat2
+ hb_iter (ruleSet)
| hb_map (hb_add (this))
| hb_enumerate
| hb_filter([&] (unsigned gid)
{ return input_class_def.intersects_class (c->glyphs, gid); }, hb_first)
| hb_filter([&] (unsigned klass)
{ return input_class_def.intersects_class (c->glyphs, klass); }, hb_first)
| hb_map (hb_second)
| hb_apply ([&] (const ChainRuleSet &_)
{ _.closure_lookups (c, lookup_context); })