Whitespace

This commit is contained in:
Behdad Esfahbod 2018-09-11 14:45:23 +02:00
parent 383060cc33
commit a1814e2bec
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ struct OpenTypeFontFile
{ {
enum { enum {
CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */ CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */
TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ), /* OpenType with TrueType outlines */ TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ), /* OpenType with TrueType outlines */
TTCTag = HB_TAG ('t','t','c','f'), /* TrueType Collection */ TTCTag = HB_TAG ('t','t','c','f'), /* TrueType Collection */
DFontTag = HB_TAG ( 0 , 0 , 1 , 0 ), /* DFont Mac Resource Fork */ DFontTag = HB_TAG ( 0 , 0 , 1 , 0 ), /* DFont Mac Resource Fork */
TrueTag = HB_TAG ('t','r','u','e'), /* Obsolete Apple TrueType */ TrueTag = HB_TAG ('t','r','u','e'), /* Obsolete Apple TrueType */