summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/clock03.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/clock03.c')
-rw-r--r--testsuites/psxtests/psxhdrs/clock03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/clock03.c b/testsuites/psxtests/psxhdrs/clock03.c
index 9d662d04cc..e7671af28d 100644
--- a/testsuites/psxtests/psxhdrs/clock03.c
+++ b/testsuites/psxtests/psxhdrs/clock03.c
@@ -31,6 +31,6 @@ int test( void )
int result;
result = clock_getres( clock_id, &res );
-
+
return result;
}