freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 3416ac16d 1/2: Whitespace.


From: Werner Lemberg
Subject: [freetype2] master 3416ac16d 1/2: Whitespace.
Date: Sun, 26 May 2024 19:47:59 -0400 (EDT)

branch: master
commit 3416ac16d09dcc20478906bd222b73d5375e4db1
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Whitespace.
---
 src/truetype/ttgxvar.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 8f2a9b807..a73dc719a 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -1924,7 +1924,7 @@
       /* axis.                                                          */
 
       if ( tuple_coords[i] == ncv )
-      { 
+      {
         FT_TRACE6(( "      tuple coordinate %.5f fits perfectly\n",
                     (double)tuple_coords[i] / 65536 ));
         /* `apply' does not change */
@@ -1932,18 +1932,18 @@
       }
 
       if ( tuple_coords[i] == 0 )
-      { 
+      {
         FT_TRACE6(( "      tuple coordinate is zero, ignore\n" ));
         continue;
       }
 
       if ( !( tupleIndex & GX_TI_INTERMEDIATE_TUPLE ) )
-      { 
+      {
         /* not an intermediate tuple */
-        
+
         if ( ( tuple_coords[i] > ncv && ncv > 0 ) ||
              ( tuple_coords[i] < ncv && ncv < 0 ) )
-        { 
+        {
           FT_TRACE6(( "      tuple coordinate %.5f fits\n",
                       (double)tuple_coords[i] / 65536 ));
           apply = FT_MulDiv( apply, ncv, tuple_coords[i] );



reply via email to

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