mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-01 16:17:58 +02:00
Whitespace.
This commit is contained in:
parent
b47b97db84
commit
d9ba68d6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue