summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxusleep/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxusleep/init.c')
-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 );