mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 12:28:00 +02:00
whitespace
This commit is contained in:
parent
048b756389
commit
8271e5e443
2 changed files with 3 additions and 3 deletions
|
|
@ -537,7 +537,7 @@ FT_BEGIN_HEADER
|
|||
/* */
|
||||
FT_EXPORT( void )
|
||||
FT_Matrix_Multiply( const FT_Matrix* a,
|
||||
FT_Matrix* b );
|
||||
FT_Matrix* b );
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue