[gvar] Cosmetic

This commit is contained in:
Behdad Esfahbod 2022-11-22 14:15:17 -07:00
parent be89919a70
commit a383027262
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ struct GlyphVariationData
}
if (unlikely (!points.resize (count, false))) return false;
unsigned int n = 0;
unsigned n = 0;
unsigned i = 0;
while (i < count)
{