summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09
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/sp09
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp09')
-rw-r--r--testsuites/sptests/sp09/screen03.c2
-rw-r--r--testsuites/sptests/sp09/screen05.c2
-rw-r--r--testsuites/sptests/sp09/screen14.c2
-rw-r--r--testsuites/sptests/sp09/system.h22
4 files changed, 14 insertions, 14 deletions
diff --git a/testsuites/sptests/sp09/screen03.c b/testsuites/sptests/sp09/screen03.c
index 0a119ea554..7cbc1af234 100644
--- a/testsuites/sptests/sp09/screen03.c
+++ b/testsuites/sptests/sp09/screen03.c
@@ -194,7 +194,7 @@ void Screen3()
puts( "TA1 - rtems_task_create - 11 - RTEMS_TOO_MANY" );
/*
- * The check for an object being global is only made if
+ * The check for an object being global is only made if
* multiprocessing is enabled.
*/
diff --git a/testsuites/sptests/sp09/screen05.c b/testsuites/sptests/sp09/screen05.c
index 00a57acd51..7b27bc6cf4 100644
--- a/testsuites/sptests/sp09/screen05.c
+++ b/testsuites/sptests/sp09/screen05.c
@@ -25,7 +25,7 @@ void Screen5()
status = rtems_semaphore_create(
0,
1,
- RTEMS_DEFAULT_ATTRIBUTES,
+ RTEMS_DEFAULT_ATTRIBUTES,
RTEMS_NO_PRIORITY,
&Junk_id
);
diff --git a/testsuites/sptests/sp09/screen14.c b/testsuites/sptests/sp09/screen14.c
index 2dec42e8c2..7590108dee 100644
--- a/testsuites/sptests/sp09/screen14.c
+++ b/testsuites/sptests/sp09/screen14.c
@@ -182,7 +182,7 @@ void Screen14()
rtems_timer_initiate_server( RTEMS_TIMER_SERVER_DEFAULT_PRIORITY, 0, 0 );
directive_failed( status, "rtems_timer_initiate_server" );
puts( "TA1 - rtems_timer_initiate_server" );
-
+
status = rtems_timer_server_fire_after(
0x010100,
5 * TICKS_PER_SECOND,
diff --git a/testsuites/sptests/sp09/system.h b/testsuites/sptests/sp09/system.h
index 686d312afa..2b043d0535 100644
--- a/testsuites/sptests/sp09/system.h
+++ b/testsuites/sptests/sp09/system.h
@@ -103,36 +103,36 @@ void Screen14( void );
TEST_EXTERN rtems_id Task_id[ 11 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 11 ]; /* array of task names */
-
+
TEST_EXTERN rtems_name Timer_name[ 2 ]; /* array of timer names */
TEST_EXTERN rtems_id Timer_id[ 2 ]; /* array of timer ids */
-
+
TEST_EXTERN rtems_name Semaphore_name[ 4 ]; /* array of semaphore names */
TEST_EXTERN rtems_id Semaphore_id[ 4 ]; /* array of semaphore ids */
-
+
TEST_EXTERN rtems_name Queue_name[ 3 ]; /* array of queue names */
TEST_EXTERN rtems_id Queue_id[ 3 ]; /* array of queue ids */
-
+
TEST_EXTERN rtems_name Partition_name[ 2 ]; /* array of partition names */
TEST_EXTERN rtems_id Partition_id[ 2 ]; /* array of partition ids */
-
+
TEST_EXTERN rtems_name Region_name[ 2 ]; /* array of region names */
TEST_EXTERN rtems_id Region_id[ 2 ]; /* array of region ids */
-
+
TEST_EXTERN rtems_name Port_name[ 2 ]; /* array of port names */
TEST_EXTERN rtems_id Port_id[ 2 ]; /* array of port ids */
-
+
TEST_EXTERN rtems_name Period_name[ 2 ]; /* array of period names */
TEST_EXTERN rtems_id Period_id[ 2 ]; /* array of period ids */
-
+
TEST_EXTERN rtems_id Junk_id; /* id used to return errors */
-
+
#define Internal_port_area (void *) 0x00001000
#define External_port_area (void *) 0x00002000
-
+
TEST_EXTERN uint8_t Partition_good_area[256] CPU_STRUCTURE_ALIGNMENT;
#define Partition_bad_area (void *) 0x00000006
-
+
TEST_EXTERN uint32_t Region_good_area[4096] CPU_STRUCTURE_ALIGNMENT;
#define Region_bad_area (void *) 0x00000006
#define REGION_START_OFFSET 1024