From 28352faecf8b000b71f734cd728f38aa212b9669 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 29 Nov 2009 13:51:53 +0000 Subject: Whitespace removal. --- cpukit/score/src/objectextendinformation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/src/objectextendinformation.c') diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c index bafdc58fda..f8e19cf130 100644 --- a/cpukit/score/src/objectextendinformation.c +++ b/cpukit/score/src/objectextendinformation.c @@ -94,7 +94,7 @@ void _Objects_Extend_information( * Allocate the name table, and the objects and if it fails either return or * generate a fatal error depending on auto-extending being active. */ - + block_size = information->allocation_size * information->size; if ( information->auto_extend ) { new_object_block = _Workspace_Allocate( block_size ); @@ -103,7 +103,7 @@ void _Objects_Extend_information( } else { new_object_block = _Workspace_Allocate_or_fatal_error( block_size ); } - + /* * If the index_base is the maximum we need to grow the tables. */ @@ -152,7 +152,7 @@ void _Objects_Extend_information( _Workspace_Free( new_object_block ); return; } - + /* * Break the block into the various sections. */ -- cgit v1.2.3