summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread15.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread15.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread15.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread15.c b/testsuites/psxtests/psxhdrs/pthread15.c
index e5b0d7f6dd..8302481a83 100644
--- a/testsuites/psxtests/psxhdrs/pthread15.c
+++ b/testsuites/psxtests/psxhdrs/pthread15.c
@@ -13,7 +13,7 @@
*/
#include <pthread.h>
-
+
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is supposed to have pthread_attr_setinheritsched"
#endif
@@ -26,6 +26,6 @@ void test( void )
inheritsched = PTHREAD_INHERIT_SCHED;
inheritsched = PTHREAD_EXPLICIT_SCHED;
-
+
result = pthread_attr_setinheritsched( &attr, inheritsched );
}