minor, tweak spacing
turn 8 spaces to tab, add space before Null/Crap
This commit is contained in:
parent
ac26f19c9e
commit
2dda6dd744
|
@ -1259,7 +1259,8 @@ struct cff1
|
|||
unsigned int fdCount;
|
||||
|
||||
cff1_top_dict_values_t topDict;
|
||||
hb_vector_t<cff1_font_dict_values_t> fontDicts;
|
||||
hb_vector_t<cff1_font_dict_values_t>
|
||||
fontDicts;
|
||||
hb_vector_t<PRIVDICTVAL> privateDicts;
|
||||
|
||||
unsigned int num_glyphs;
|
||||
|
|
Loading…
Reference in New Issue