Whitespace.
This commit is contained in:
parent
b47b97db84
commit
d9ba68d6b8
|
@ -33,7 +33,7 @@
|
||||||
FT_EXPORT_DEF( FT_UInt )
|
FT_EXPORT_DEF( FT_UInt )
|
||||||
FT_Get_Sfnt_Name_Count( FT_Face face )
|
FT_Get_Sfnt_Name_Count( FT_Face face )
|
||||||
{
|
{
|
||||||
return (face && FT_IS_SFNT( face )) ? ((TT_Face)face)->num_names : 0;
|
return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue