summaryrefslogtreecommitdiff
path: root/gen-fac.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
commitbc74d4f91d1a5f20f680aee4e15b70faeabbde5b (patch)
tree7f14b7608911c02443270af335d679fd986ca96a /gen-fac.c
parent755b6aa6dcdbbca3f87398b54e1dd81ba097c30a (diff)
downloadgmp-bc74d4f91d1a5f20f680aee4e15b70faeabbde5b.tar.gz
Whitespace cleanup.
Diffstat (limited to 'gen-fac.c')
-rw-r--r--gen-fac.c4
1 files changed, 2 insertions, 2 deletions
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)