summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrotatequeue.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
commita0ed4edee0b01392c5274ec85b26cf682a9ade3e (patch)
tree18fc392d8e8e24200cf2f38c4eda011df4442bd4 /cpukit/score/src/threadrotatequeue.c
parentRemove stray white spaces. (diff)
downloadrtems-a0ed4edee0b01392c5274ec85b26cf682a9ade3e.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/src/threadrotatequeue.c')
-rw-r--r--cpukit/score/src/threadrotatequeue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/threadrotatequeue.c b/cpukit/score/src/threadrotatequeue.c
index 762ee57b71..c9ddf2ba8c 100644
--- a/cpukit/score/src/threadrotatequeue.c
+++ b/cpukit/score/src/threadrotatequeue.c
@@ -38,7 +38,7 @@
* timeslice counter is reset. The heir THREAD will be updated if the
* running is also the currently the heir.
*
- * Input parameters:
+ * Input parameters:
* Priority of the queue we wish to modify.
*
* Output parameters: NONE
@@ -48,7 +48,7 @@
* select heir
*/
-void _Thread_Rotate_Ready_Queue(
+void _Thread_Rotate_Ready_Queue(
Priority_Control priority
)
{