summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread17.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 09:24:30 +0000
commit1b4f2b305c95a832a259e4c4944f1a0981676eba (patch)
tree1ee56809b12a03ba53d630f5483a48387f72b74a /testsuites/psxtests/psxhdrs/pthread17.c
parentRemove stray white spaces. (diff)
downloadrtems-1b4f2b305c95a832a259e4c4944f1a0981676eba.tar.bz2
Remove stray white spaces.
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 );
}