diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-14 21:17:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-14 21:17:19 +0000 |
commit | 5e908270812ad6e3a33842f581e5a40a604317e7 (patch) | |
tree | 02a0ffd4254a7820aab9919b79d39b047a65f4d1 | |
parent | f71172e551d436f29bb5f2e53ceea2c92e946866 (diff) | |
download | glibc-5e908270812ad6e3a33842f581e5a40a604317e7.tar.gz glibc-5e908270812ad6e3a33842f581e5a40a604317e7.tar.xz glibc-5e908270812ad6e3a33842f581e5a40a604317e7.zip |
Fix whitespace in RUN_TEST_LOOP_2_f.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | math/libm-test.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index df8da2ba26..4a2ecafc2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-05-14 Joseph Myers <joseph@codesourcery.com> + * 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 d0e310151a..1a0dc52156 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 |