summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-09-05 15:26:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-09-05 15:26:46 +0000
commit673f53b3614d0e33375a2896fa1dfc6c03066366 (patch)
treeb5731b577e09a67e1683e23e46c73d37bfcbf826
parent5a73260116f2c357e2c68761c4700a11c56556e2 (diff)
downloadmpfr-673f53b3614d0e33375a2896fa1dfc6c03066366.tar.gz
[src/mpfr-impl.h] Indentation.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13144 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 131e53a29..4ddfd4476 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -119,10 +119,10 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include "mpfr.h"
# include "mpfr-gmp.h"
# ifdef MPFR_LONG_WITHIN_LIMB /* longlong.h is not valid otherwise */
-# ifdef MPFR_NEED_LONGLONG_H
-# define LONGLONG_STANDALONE
-# include "mpfr-longlong.h"
-# endif
+# ifdef MPFR_NEED_LONGLONG_H
+# define LONGLONG_STANDALONE
+# include "mpfr-longlong.h"
+# endif
# endif
#endif