From cdc8b60ec353b098b6472e9ab9e3357f933b0368 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Fri, 14 Oct 2016 20:59:28 +0200 Subject: WHitespace cleanup. --- tests/mpf/t-pow_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mpf') 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. */ -- cgit v1.2.1