summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/timer01.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/timer01.c
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f7870bfbfc44b73b466ea50387ce33170395202a.tar.bz2
Remove whitespaces.
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;
}