summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/timer02.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/timer02.c')
-rw-r--r--testsuites/psxtests/psxhdrs/timer02.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/timer02.c b/testsuites/psxtests/psxhdrs/timer02.c
index 5949300b52..cf25f6476f 100644
--- a/testsuites/psxtests/psxhdrs/timer02.c
+++ b/testsuites/psxtests/psxhdrs/timer02.c
@@ -13,7 +13,7 @@
*/
#include <time.h>
-
+
#ifndef _POSIX_TIMERS
#error "rtems is supposed to have timer_delete"
#endif
@@ -22,6 +22,6 @@ void test( void )
{
timer_t timerid = 0;
int result;
-
+
result = timer_delete( timerid );
}