freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 8f403ab 1/2: Minor formatting.


From: Werner LEMBERG
Subject: [freetype2] master 8f403ab 1/2: Minor formatting.
Date: Sat, 16 Jun 2018 15:45:34 -0400 (EDT)

branch: master
commit 8f403ab8a8bb211aff88897319a15a418f85c86e
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Minor formatting.
---
 src/sfnt/ttbdf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sfnt/ttbdf.c b/src/sfnt/ttbdf.c
index ed6ba39..a85a687 100644
--- a/src/sfnt/ttbdf.c
+++ b/src/sfnt/ttbdf.c
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]