summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxusleep
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/psxusleep
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/psxtests/psxusleep')
-rw-r--r--testsuites/psxtests/psxusleep/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxusleep/init.c b/testsuites/psxtests/psxusleep/init.c
index 077dfb84d7..bd66d28a83 100644
--- a/testsuites/psxtests/psxusleep/init.c
+++ b/testsuites/psxtests/psxusleep/init.c
@@ -46,7 +46,7 @@ rtems_task Init(
remaining = usleep( 3 * 1000000 );
rtems_test_assert( !remaining );
-
+
sc = clock_gettime( CLOCK_REALTIME, &tv );
rtems_test_assert( !sc );