summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp15
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/sp15
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'testsuites/sptests/sp15')
-rw-r--r--testsuites/sptests/sp15/system.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/sptests/sp15/system.h b/testsuites/sptests/sp15/system.h
index 769cd49ae9..bd349f5a36 100644
--- a/testsuites/sptests/sp15/system.h
+++ b/testsuites/sptests/sp15/system.h
@@ -20,7 +20,7 @@
rtems_task Init(
rtems_task_argument argument
);
-
+
rtems_task Task_1(
rtems_task_argument argument
);
@@ -45,16 +45,16 @@ TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */
TEST_EXTERN rtems_name Partition_id[ 4 ]; /* array of partition ids */
TEST_EXTERN rtems_name Partition_name[ 4 ]; /* array of partition names */
-
+
TEST_EXTERN uint8_t Area_1[4096] CPU_STRUCTURE_ALIGNMENT;
TEST_EXTERN uint8_t Area_2[274] CPU_STRUCTURE_ALIGNMENT;
-
+
#define Put_address_from_area_1( _to_be_printed ) \
printf( "0x%08lx", \
(unsigned long)((uint8_t *)(_to_be_printed) - Area_1 ) )
-
+
#define Put_address_from_area_2( _to_be_printed ) \
printf( "0x%08lx", \
(unsigned long)((uint8_t *)(_to_be_printed) - Area_2 ) )
-
+
/* end of include file */