summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/timer06.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/timer06.c')
-rw-r--r--testsuites/psxtests/psxhdrs/timer06.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxhdrs/timer06.c b/testsuites/psxtests/psxhdrs/timer06.c
index 833aece2c9..f2ef8fd4af 100644
--- a/testsuites/psxtests/psxhdrs/timer06.c
+++ b/testsuites/psxtests/psxhdrs/timer06.c
@@ -13,15 +13,15 @@
*/
#include <time.h>
-
+
#ifndef _POSIX_TIMERS
#error "rtems is supposed to have nanosleep"
#endif
void test( void )
{
- struct timespec rqtp;
- struct timespec rmtp;
+ struct timespec rqtp;
+ struct timespec rmtp;
int result;
rqtp.tv_sec = 0;