summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
commit874297f3bea7761cf05ae26540b7a9e21d4a6e1d (patch)
tree3f514864e20beb9becc81d77053abec90d281a1a /cpukit/posix/src/sched.c
parentRemove stray white spaces. (diff)
downloadrtems-874297f3bea7761cf05ae26540b7a9e21d4a6e1d.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/posix/src/sched.c')
-rw-r--r--cpukit/posix/src/sched.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/sched.c b/cpukit/posix/src/sched.c
index a0eb62acdd..13b8db2a71 100644
--- a/cpukit/posix/src/sched.c
+++ b/cpukit/posix/src/sched.c
@@ -46,7 +46,7 @@ int sched_getparam(
/*PAGE
*
- * 13.3.3 Set Scheduling Policy and Scheduling Parameters,
+ * 13.3.3 Set Scheduling Policy and Scheduling Parameters,
* P1003.1b-1993, p. 254
*/
@@ -86,7 +86,7 @@ int sched_get_priority_max(
case SCHED_RR:
case SCHED_SPORADIC:
break;
-
+
default:
rtems_set_errno_and_return_minus_one( EINVAL );
}
@@ -109,7 +109,7 @@ int sched_get_priority_min(
case SCHED_RR:
case SCHED_SPORADIC:
break;
-
+
default:
rtems_set_errno_and_return_minus_one( EINVAL );
}