summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp18/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp18/init.c')
-rw-r--r--testsuites/sptests/sp18/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp18/init.c b/testsuites/sptests/sp18/init.c
index 1d6864b001..e894d0ae72 100644
--- a/testsuites/sptests/sp18/init.c
+++ b/testsuites/sptests/sp18/init.c
@@ -23,7 +23,7 @@ rtems_task Init(
size_t stack_size;
puts( "\n\n*** TEST 18 ***" );
-
+
puts( "Init - rtems_workspace_get_information - OK" );
sb = rtems_workspace_get_information( &start );
assert( sb );
@@ -41,7 +41,7 @@ rtems_task Init(
puts( "Init - rtems_task_create - Unsatisfied on Extensions" );
while (1) {
-
+
sc = rtems_task_create(
rtems_build_name( 'T', 'E', 'S', 'T' ),
1,