mirror of https://github.com/freetype/freetype
Formatting.
This commit is contained in:
parent
537c55d39d
commit
c0ce72a6de
|
@ -70,12 +70,12 @@
|
|||
|
||||
/* transfer sign leaving a positive number */
|
||||
#define FT_MOVE_SIGN( x, s ) \
|
||||
FT_BEGIN_STMNT \
|
||||
if ( x < 0 ) \
|
||||
{ \
|
||||
x = -x; \
|
||||
s = -s; \
|
||||
} \
|
||||
FT_BEGIN_STMNT \
|
||||
if ( x < 0 ) \
|
||||
{ \
|
||||
x = -x; \
|
||||
s = -s; \
|
||||
} \
|
||||
FT_END_STMNT
|
||||
|
||||
/* The following three functions are available regardless of whether */
|
||||
|
|
Loading…
Reference in New Issue