[gvar] Whitespace

This commit is contained in:
Behdad Esfahbod 2022-11-22 10:43:46 -07:00
parent b567ce51d3
commit 16ec9dcc1b
1 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,8 @@ struct GlyphVariationData
{
return (index < var_data->tupleVarCount.get_count ()) &&
var_data_bytes.check_range (current_tuple, TupleVariationHeader::min_size) &&
var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (), current_tuple->get_size (axis_count))) &&
var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (),
current_tuple->get_size (axis_count))) &&
current_tuple->get_size (axis_count);
}