summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread17.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread17.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread17.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread17.c b/testsuites/psxtests/psxhdrs/pthread17.c
index 89dff22436..cd82347960 100644
--- a/testsuites/psxtests/psxhdrs/pthread17.c
+++ b/testsuites/psxtests/psxhdrs/pthread17.c
@@ -13,7 +13,7 @@
*/
#include <pthread.h>
-
+
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is supposed to have pthread_attr_setschedpolicy"
#endif
@@ -30,6 +30,6 @@ void test( void )
#ifdef _POSIX_SPORADIC_SERVER
policy = SCHED_SPORADIC;
#endif
-
+
result = pthread_attr_setschedpolicy( &attr, policy );
}