ref: c0ce72a6de47e481b3b360101073327bed7d1dc2
parent: 537c55d39d6636c93086780f03fba1f975a8299d
author: Werner Lemberg <[email protected]>
date: Thu Oct 2 02:44:43 EDT 2014
Formatting.
--- a/src/base/ftcalc.c
+++ b/src/base/ftcalc.c
@@ -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 */