summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
commit1b4f2b305c95a832a259e4c4944f1a0981676eba (patch)
tree1ee56809b12a03ba53d630f5483a48387f72b74a /testsuites/sptests/sp26
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp26')
-rw-r--r--testsuites/sptests/sp26/system.h4
-rw-r--r--testsuites/sptests/sp26/task1.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index e72770f94f..7e22420cfc 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -40,7 +40,7 @@ void task1(void);
TEST_EXTERN rtems_id Task_id[ 6 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 6 ]; /* array of task names */
-
+
#define BASE_PRIORITY 140
-
+
/* end of include file */
diff --git a/testsuites/sptests/sp26/task1.c b/testsuites/sptests/sp26/task1.c
index 7b91fca2bb..6f2de0d9d5 100644
--- a/testsuites/sptests/sp26/task1.c
+++ b/testsuites/sptests/sp26/task1.c
@@ -74,7 +74,7 @@ subTask2 (rtems_task_argument arg)
rtems_task_wake_after (ticksPerSecond * 4);
printf ("subTask2 - Task 1 suspended? - should be 1: %d\n",
isSuspended (taskId1));
-
+
puts( "*** END OF TEST 26 ***" );
rtems_test_exit( 0 );
}