summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal02
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/psxtests/psxsignal02
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/psxtests/psxsignal02')
-rw-r--r--testsuites/psxtests/psxsignal02/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxsignal02/init.c b/testsuites/psxtests/psxsignal02/init.c
index ee58a16a15..7f28d76725 100644
--- a/testsuites/psxtests/psxsignal02/init.c
+++ b/testsuites/psxtests/psxsignal02/init.c
@@ -70,7 +70,7 @@ const char *Actions[] = {
"Spins",
"Sleeps"
};
-
+
typedef struct {
int priority;
@@ -95,7 +95,7 @@ void *Test_Thread(void *arg)
Test_t *test = (Test_t *)arg;
Install_Signal_Handler( test->name );
-
+
printf( "%s - %s\n", test->name, Actions[test->action] );
switch ( test->action ) {
case SUSPEND: