summaryrefslogtreecommitdiff
path: root/tests/mpf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-10-14 20:59:28 +0200
committerTorbjorn Granlund <tg@gmplib.org>2016-10-14 20:59:28 +0200
commitcdc8b60ec353b098b6472e9ab9e3357f933b0368 (patch)
treebece95425bc66965c20c87a54f328759d330ab77 /tests/mpf
parent3840c09a7e9cbb151d9821d8567a7ffefcc852ff (diff)
downloadgmp-cdc8b60ec353b098b6472e9ab9e3357f933b0368.tar.gz
WHitespace cleanup.
Diffstat (limited to 'tests/mpf')
-rw-r--r--tests/mpf/t-pow_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf/t-pow_ui.c b/tests/mpf/t-pow_ui.c
index 303a24ede..f00530128 100644
--- a/tests/mpf/t-pow_ui.c
+++ b/tests/mpf/t-pow_ui.c
@@ -31,7 +31,7 @@ check_data (void)
mpf_inits (b1, r, r2, NULL);
mpf_init_set_ui (limit, 1);
- mpf_mul_2exp (limit, limit, MAX (GMP_NUMB_BITS, 53));
+ mpf_mul_2exp (limit, limit, MAX (GMP_NUMB_BITS, 53));
/* This test just test integers with results that fit in a single
limb or 53 bits. This avoids any rounding. */