From bc74d4f91d1a5f20f680aee4e15b70faeabbde5b Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 17 Nov 2012 22:46:09 +0100 Subject: Whitespace cleanup. --- gen-fac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen-fac.c') diff --git a/gen-fac.c b/gen-fac.c index 3e730d14d..6fc13ab6b 100644 --- a/gen-fac.c +++ b/gen-fac.c @@ -107,8 +107,8 @@ gen_consts (int numb, int nail, int limb) { for (a = b; (a & 1) == 0; a >>= 1); if (a == b) { - mpz_divexact_ui (y, y, a/2+1); - mpz_mul_ui (y, y, a); + mpz_divexact_ui (y, y, a/2+1); + mpz_mul_ui (y, y, a); } else mpz_mul_2exp (y, y, 1); if (mpz_sizeinbase (y, 2) > numb) -- cgit v1.2.1