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 /math | |
parent | f71172e551d436f29bb5f2e53ceea2c92e946866 (diff) | |
download | glibc-5e908270812ad6e3a33842f581e5a40a604317e7.tar.gz glibc-5e908270812ad6e3a33842f581e5a40a604317e7.tar.xz glibc-5e908270812ad6e3a33842f581e5a40a604317e7.zip |
Fix whitespace in RUN_TEST_LOOP_2_f.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |