This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.17-670-g5e90827


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5e908270812ad6e3a33842f581e5a40a604317e7 (commit)
      from  f71172e551d436f29bb5f2e53ceea2c92e946866 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5e908270812ad6e3a33842f581e5a40a604317e7

commit 5e908270812ad6e3a33842f581e5a40a604317e7
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 14 21:17:19 2013 +0000

    Fix whitespace in RUN_TEST_LOOP_2_f.

diff --git a/ChangeLog b/ChangeLog
index df8da2b..4a2ecaf 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 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    2 ++
 math/libm-test.inc |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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