From 5e908270812ad6e3a33842f581e5a40a604317e7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 14 May 2013 21:17:19 +0000 Subject: [PATCH] Fix whitespace in RUN_TEST_LOOP_2_f. --- ChangeLog | 2 ++ math/libm-test.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df8da2b..4a2ecaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-05-14 Joseph Myers + * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace. + * math/libm-test.inc (struct test_fF_f1_data): Change type of extra_test to int. (struct test_f_i_data): Change type of max_ulp to int. diff --git a/math/libm-test.inc b/math/libm-test.inc index d0e3101..1a0dc52 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -1036,7 +1036,7 @@ struct test_f_i_data for (size_t i = 0; i < sizeof (ARRAY) / sizeof (ARRAY)[0]; i++) \ RUN_TEST_2_f ((ARRAY)[i].test_name, FUNC_NAME, (ARRAY)[i].arg1, \ (ARRAY)[i].arg2, (ARRAY)[i].expected, \ - (ARRAY)[i].max_ulp, (ARRAY)[i].exceptions); \ + (ARRAY)[i].max_ulp, (ARRAY)[i].exceptions); \ ROUND_RESTORE_ ## ROUNDING_MODE #define RUN_TEST_ff_f RUN_TEST_2_f #define RUN_TEST_LOOP_ff_f RUN_TEST_LOOP_2_f -- 2.7.4