summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-17 09:36:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-17 09:36:57 +0000
commite36e060278b32131d5462baa23512c16742095e7 (patch)
tree790831f1583cd52592b782a2e3fd307dd9a19d70 /src/mpfr-impl.h
parentee38269eb1f3cabaebf122ad7e0586faf53f0e91 (diff)
downloadmpfr-e36e060278b32131d5462baa23512c16742095e7.tar.gz
[src/mpfr-impl.h] Indentation.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8757 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 50d4b6ff9..ac14c9cfe 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -89,9 +89,9 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include "gmp.h"
# endif
/* if using mini-gmp, include missing definitions in mini-gmp */
-#ifdef WANT_MINI_GMP
-# include "mpfr-mini-gmp.h"
-#endif
+# ifdef WANT_MINI_GMP
+# include "mpfr-mini-gmp.h"
+# endif
# ifndef __MPFR_H
# include "mpfr.h"
# endif