summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:17:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:17:58 +0000
commitd4094ecd2d067ff07f380574a7f2b315286ba947 (patch)
tree9f15b6fc601253191c913763786e0a52f035992f /rtems-test-template/psxtest
parent1d4cd8e7a76e4b1c010d42990a550347cd170b11 (diff)
2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/init.c, psxtmtest_blocking/init.c, psxtmtest_single/init.c, psxtmtest_unblocking_nopreempt/init.c, psxtmtest_unblocking_preempt/init.c, sptest/init.c, sptest_operation_from_tsr/init.c, sptest_with_task/init.c, tmtest/init.c: Formatting.
Diffstat (limited to 'rtems-test-template/psxtest')
-rw-r--r--rtems-test-template/psxtest/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-test-template/psxtest/init.c b/rtems-test-template/psxtest/init.c
index e5976fa..22a03e8 100644
--- a/rtems-test-template/psxtest/init.c
+++ b/rtems-test-template/psxtest/init.c
@@ -19,7 +19,7 @@ void *POSIX_Init(
puts( "\n\n*** POSIX TEST @UPPER@ ***" );
/* XXX test code goes here */
-
+
puts( "*** END OF POSIX TEST @UPPER@ ***" );
rtems_test_exit(0);