[rtems commit] testsuites/psxtests/psxsignal03/init.c: Fix line wrap

Joel Sherril joel at rtems.org
Tue Mar 24 13:18:11 UTC 2015


Module:    rtems
Branch:    master
Commit:    e0437fe17ff5e104b25bc9fc750e921bbdeda7bb
Changeset: http://git.rtems.org/rtems/commit/?id=e0437fe17ff5e104b25bc9fc750e921bbdeda7bb

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri Mar 20 10:38:44 2015 -0500

testsuites/psxtests/psxsignal03/init.c: Fix line wrap

---

 testsuites/psxtests/psxsignal03/init.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c
index 253064f..f3fc266 100644
--- a/testsuites/psxtests/psxsignal03/init.c
+++ b/testsuites/psxtests/psxsignal03/init.c
@@ -139,7 +139,11 @@ void *Test_Thread(void *arg)
    * likely should use %p. However, this would render this test's
    * behavior non-deterministic, because %p's behavior is
    * "implementation defined" */
-  printf( "%s - siginfo.si_value=0x%08" PRIxPTR "\n", name, (uintptr_t) info.si_value.sival_ptr );
+  printf(
+    "%s - siginfo.si_value=0x%08" PRIxPTR "\n",
+    name,
+    (uintptr_t) info.si_value.sival_ptr
+  );
 
   rtems_test_assert( info.si_signo == SIGNAL_TWO );
   rtems_test_assert( info.si_code == SI_USER );



More information about the vc mailing list