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

@ -537,7 +537,7 @@ FT_BEGIN_HEADER
/* */
FT_EXPORT( void )
FT_Matrix_Multiply( const FT_Matrix* a,
FT_Matrix* b );
FT_Matrix* b );
/*************************************************************************/

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 )
{