diff options
author | Werner Lemberg <wl@gnu.org> | 2010-06-08 08:37:11 +0200 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2010-06-08 08:37:11 +0200 |
commit | 370aea802c9ed3b8bd42ce8d1308c44e1487367b (patch) | |
tree | b5174ba99236f0fe18da2205c6ef83b47d26139a /src/autofit | |
parent | d087199f2c1388024b37fb3c3836e103aeded6c0 (diff) |
Formatting.
Diffstat (limited to 'src/autofit')
-rw-r--r-- | src/autofit/aflatin2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/autofit/aflatin2.c b/src/autofit/aflatin2.c index d2c3c495..6546475a 100644 --- a/src/autofit/aflatin2.c +++ b/src/autofit/aflatin2.c @@ -545,7 +545,8 @@ FT_Pos fitted = ( scaled + 40 ) & ~63; #if 1 - if ( scaled != fitted ) { + if ( scaled != fitted ) + { scale = FT_MulDiv( scale, fitted, scaled ); AF_LOG(( "== scaled x-top = %.2g fitted = %.2g, scaling = %.4g\n", scaled/64.0, fitted/64.0, (fitted*1.0)/scaled )); } |