Formatting.

This commit is contained in:
Werner Lemberg 2014-10-02 06:44:43 +02:00
parent 537c55d39d
commit c0ce72a6de
1 changed files with 6 additions and 6 deletions

View File

@ -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 */