diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh index 6643b4257..45291aa3d 100644 --- a/src/hb-ot-color-colr-table.hh +++ b/src/hb-ot-color-colr-table.hh @@ -186,7 +186,7 @@ struct COLR hb_sorted_array_t glyph_records = (this+baseGlyphsZ).as_array (numBaseGlyphs); unsigned int index = 0; - for (const hb_item_type& _ : it.iter ()) + for (const hb_item_type& _ : + it.iter ()) { const unsigned int new_gid = _.first; const BaseGlyphRecord* record = _.second;