Minor formatting.

This commit is contained in:
Werner Lemberg 2018-06-16 21:30:04 +02:00
parent a150b5ab53
commit 8f403ab8a8
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
if ( bdf->loaded )
{
FT_Stream stream = FT_FACE(face)->stream;
FT_Stream stream = FT_FACE( face )->stream;
if ( bdf->table )
@ -142,7 +142,7 @@
BDF_PropertyRec *aprop )
{
TT_BDF bdf = &face->bdf;
FT_Size size = FT_FACE(face)->size;
FT_Size size = FT_FACE( face )->size;
FT_Error error = FT_Err_Ok;
FT_Byte* p;
FT_UInt count;