From 3416ac16d09dcc20478906bd222b73d5375e4db1 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sun, 26 May 2024 08:10:21 -0400 Subject: [PATCH] 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] );