Whitespace.

This commit is contained in:
Werner Lemberg 2009-04-04 09:11:58 +02:00
parent b47b97db84
commit d9ba68d6b8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
FT_EXPORT_DEF( FT_UInt )
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;
}