summaryrefslogtreecommitdiff
path: root/src/mpfr-mini-gmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr-mini-gmp.c')
-rw-r--r--src/mpfr-mini-gmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpfr-mini-gmp.c b/src/mpfr-mini-gmp.c
index f6143879d..6cd093c8f 100644
--- a/src/mpfr-mini-gmp.c
+++ b/src/mpfr-mini-gmp.c
@@ -121,7 +121,7 @@ gmp_urandomb_ui (gmp_randstate_t state, unsigned long n)
if (m) /* generate m extra bits */
res = (res << m) | (unsigned long) (random_limb () % (1UL << m));
return res;
-#endif
+#endif
}
#endif
@@ -231,7 +231,7 @@ mpz_dump (mpz_t z)
mp_size_t n = z->_mp_size;
MPFR_STAT_STATIC_ASSERT ((GMP_NUMB_BITS % 4) == 0);
-
+
if (n == 0)
printf ("0");
else