summaryrefslogtreecommitdiff
path: root/rtems-test-template/tmtest
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/tmtest
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/tmtest')
-rw-r--r--rtems-test-template/tmtest/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-test-template/tmtest/init.c b/rtems-test-template/tmtest/init.c
index d4a20d3..7d364eb 100644
--- a/rtems-test-template/tmtest/init.c
+++ b/rtems-test-template/tmtest/init.c
@@ -21,7 +21,7 @@ rtems_task Init(
puts( "\n\n*** TIME TEST @UPPER@ ***" );
/* XXX test code goes here */
-
+
puts( "*** END OF TIME TEST @UPPER@ ***" );
rtems_test_exit(0);