summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/timer01.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/timer01.c')
-rw-r--r--testsuites/psxtests/psxhdrs/timer01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/timer01.c b/testsuites/psxtests/psxhdrs/timer01.c
index 38cc0e186a..ca669dd95b 100644
--- a/testsuites/psxtests/psxhdrs/timer01.c
+++ b/testsuites/psxtests/psxhdrs/timer01.c
@@ -39,6 +39,6 @@ int test( void )
evp.sigev_value.sival_ptr = NULL;
result = timer_create( clock_id, &evp, &timerid );
-
+
return result;
}