minor edits

This commit is contained in:
Michiharu Ariza 2019-03-01 21:49:04 -08:00
parent ebbfe36510
commit 161e61fc3b
1 changed files with 2 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@ static inline void ClassDef_serialize (hb_serialize_context_t *c,
hb_array_t<const HBUINT16> klasses)
{ c->start_embed<ClassDef> ()->serialize (c, glyphs, klasses); }
/*
* Item Variation Store
*/
@ -2241,6 +2242,7 @@ struct Device
DEFINE_SIZE_UNION (6, b);
};
} /* namespace OT */