summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectmp.c')
-rw-r--r--cpukit/score/src/objectmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index fb663543aa..15a358d51b 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -53,7 +53,7 @@ void _Objects_MP_Handler_initialization (
* _Objects_MP_Open
*
*/
-
+
void _Objects_MP_Open (
Objects_Information *information,
Objects_MP_Control *the_global_object,
@@ -63,7 +63,7 @@ void _Objects_MP_Open (
{
the_global_object->Object.id = the_id;
the_global_object->name = the_name;
-
+
_Chain_Prepend(
&information->global_table[ _Objects_Get_node( the_id ) ],
&the_global_object->Object.Node