Whitespace

This commit is contained in:
Behdad Esfahbod 2018-11-24 00:45:55 -05:00
parent bb2a206508
commit fd94e729cb

View File

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