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/threadinitialize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/threadinitialize.c') diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c index 2f7cf370be..fe9a5c3dea 100644 --- a/cpukit/score/src/threadinitialize.c +++ b/cpukit/score/src/threadinitialize.c @@ -214,7 +214,7 @@ bool _Thread_Initialize( /* * We assume the Allocator Mutex is locked and dispatching is * enabled when we get here. We want to be able to run the - * user extensions with dispatching enabled. The Allocator + * user extensions with dispatching enabled. The Allocator * Mutex provides sufficient protection to let the user extensions * run safely. */ @@ -229,7 +229,7 @@ failed: for ( i=0 ; i <= THREAD_API_LAST ; i++ ) if ( the_thread->API_Extensions[i] ) _Workspace_Free( the_thread->API_Extensions[i] ); - + if ( extensions_area ) (void) _Workspace_Free( extensions_area ); -- cgit v1.2.3