Whitespace

This commit is contained in:
Behdad Esfahbod 2018-11-24 00:45:55 -05:00
parent bb2a206508
commit fd94e729cb
1 changed files with 3 additions and 3 deletions

View File

@ -1265,10 +1265,10 @@ struct ClassDefFormat1
}
protected:
HBUINT16 classFormat; /* Format identifier--format = 1 */
GlyphID startGlyph; /* First GlyphID of the classValueArray */
HBUINT16 classFormat; /* Format identifier--format = 1 */
GlyphID startGlyph; /* First GlyphID of the classValueArray */
ArrayOf<HBUINT16>
classValue; /* Array of Class Values--one per GlyphID */
classValue; /* Array of Class Values--one per GlyphID */
public:
DEFINE_SIZE_ARRAY (6, classValue);
};