whitespace

This commit is contained in:
Werner Lemberg 2008-04-13 21:59:29 +00:00
parent 048b756389
commit 8271e5e443
2 changed files with 3 additions and 3 deletions

View File

@ -512,8 +512,8 @@
FT_UInt32 q;
s = a; a = FT_ABS(a);
s ^= b; b = FT_ABS(b);
s = a; a = FT_ABS( a );
s ^= b; b = FT_ABS( b );
if ( b == 0 )
{