summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimple.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-24 02:44:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-24 02:44:58 +0000
commitdacdda304b8a7a2a10bc03ae36b1d75b728ba149 (patch)
treeb709b10d06bb4303fcf2f08511ca096ea2d5a0aa /cpukit/score/src/schedulersimple.c
parent2011-05-23 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-dacdda304b8a7a2a10bc03ae36b1d75b728ba149.tar.bz2
Remove white-spaces.
Diffstat (limited to 'cpukit/score/src/schedulersimple.c')
-rw-r--r--cpukit/score/src/schedulersimple.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c
index 7a7ed944f4..6769a332c7 100644
--- a/cpukit/score/src/schedulersimple.c
+++ b/cpukit/score/src/schedulersimple.c
@@ -29,12 +29,12 @@
/**
* This routine does nothing, and is used as a stub for Schedule allocate
*
- * Note: returns a non-zero value, or else thread initialize thinks the
+ * Note: returns a non-zero value, or else thread initialize thinks the
* allocation failed.
*
* The overhead of a function call will still be imposed.
*/
-void * _Scheduler_simple_Allocate(
+void * _Scheduler_simple_Allocate(
Thread_Control *the_thread
)
{
@@ -47,7 +47,7 @@ void * _Scheduler_simple_Allocate(
*
* The overhead of a function call will still be imposed.
*/
-void _Scheduler_simple_Update(
+void _Scheduler_simple_Update(
Thread_Control *the_thread
)
{
@@ -58,7 +58,7 @@ void _Scheduler_simple_Update(
*
* The overhead of a function call will still be imposed.
*/
-void _Scheduler_simple_Free(
+void _Scheduler_simple_Free(
Thread_Control *the_thread
)
{
@@ -71,7 +71,7 @@ void _Scheduler_simple_Initialize ( void )
{
void *f;
- /*
+ /*
* Initialize Ready Queue
*/