freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master f0384d5: Minor.


From: Werner LEMBERG
Subject: [freetype2] master f0384d5: Minor.
Date: Tue, 9 Apr 2019 05:01:53 -0400 (EDT)

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

    Minor.
---
 src/autofit/aflatin.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index dccdcaf..9160b34 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -1443,13 +1443,13 @@
                     nn,
                     blue->ref.org,
                     blue->ref.fit / 64.0,
-                    blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
-                                                       : " (inactive)",
+                    ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
+                                                           : " (inactive)",
                     nn,
                     blue->shoot.org,
                     blue->shoot.fit / 64.0,
-                    blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
-                                                       : " (inactive)" ));
+                    ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
+                                                           : " (inactive)" ));
       }
 #endif
     }



reply via email to

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