summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocatebyindex.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/objectallocatebyindex.c
parentRemove stray white spaces. (diff)
downloadrtems-a0ed4edee0b01392c5274ec85b26cf682a9ade3e.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/src/objectallocatebyindex.c')
-rw-r--r--cpukit/score/src/objectallocatebyindex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/src/objectallocatebyindex.c b/cpukit/score/src/objectallocatebyindex.c
index af13780ad6..d3ca6423f1 100644
--- a/cpukit/score/src/objectallocatebyindex.c
+++ b/cpukit/score/src/objectallocatebyindex.c
@@ -30,8 +30,8 @@
*
* DESCRIPTION:
*
- * This function allocates the object control block
- * specified by the index from the inactive chain of
+ * This function allocates the object control block
+ * specified by the index from the inactive chain of
* free object control blocks.
*/
@@ -61,8 +61,8 @@ Objects_Control *_Objects_Allocate_by_index(
);
_Chain_Extract( &the_object->Node );
- return the_object;
- }
+ return the_object;
+ }
/*
* Autoextend will have to be thought out as it applies