summaryrefslogtreecommitdiff
path: root/tests/mpz/t-jac.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpz/t-jac.c')
-rw-r--r--tests/mpz/t-jac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mpz/t-jac.c b/tests/mpz/t-jac.c
index 5d8cad177..34cd82e78 100644
--- a/tests/mpz/t-jac.c
+++ b/tests/mpz/t-jac.c
@@ -921,7 +921,7 @@ mpz_nextprime_step (mpz_ptr p, mpz_srcptr n, mpz_srcptr step_in)
mpz_gcd (gcd, p, step);
ASSERT_ALWAYS (mpz_cmp_ui (gcd, 1) == 0);
mpz_clear (gcd);
-
+
pn = SIZ(p);
count_leading_zeros (cnt, PTR(p)[pn - 1]);
nbits = pn * GMP_NUMB_BITS - (cnt - GMP_NAIL_BITS);
@@ -1016,7 +1016,7 @@ check_large_quotients (void)
mpz_set_ui (op1, 0);
mpz_urandomb (bs, rands, 32);
mpz_urandomb (bs, rands, mpz_get_ui (bs) % 10 + 1);
-
+
gcd_size = 1 + mpz_get_ui (bs);
if (gcd_size & 1)
{