summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/clock01.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 09:59:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 09:59:03 +0000
commitf7870bfbfc44b73b466ea50387ce33170395202a (patch)
tree63b2e49aff7966c1b9be5bbc4f6a4c30fbdce450 /testsuites/psxtests/psxhdrs/clock01.c
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f7870bfbfc44b73b466ea50387ce33170395202a.tar.bz2
Remove whitespaces.
Diffstat (limited to 'testsuites/psxtests/psxhdrs/clock01.c')
-rw-r--r--testsuites/psxtests/psxhdrs/clock01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/clock01.c b/testsuites/psxtests/psxhdrs/clock01.c
index 522bb9a604..46436bbdb5 100644
--- a/testsuites/psxtests/psxhdrs/clock01.c
+++ b/testsuites/psxtests/psxhdrs/clock01.c
@@ -31,6 +31,6 @@ int test( void )
int result;
result = clock_gettime( clock_id, &tp );
-
+
return result;
}