This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix whitespace in RUN_TEST_LOOP_2_f


There was a stray TAB in the middle of a line in RUN_TEST_LOOP_2_f
that should have been a space.  I've committed as obvious this patch
to fix this.

2013-05-14  Joseph Myers  <joseph@codesourcery.com>

	* math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.

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

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]