From a0ed4edee0b01392c5274ec85b26cf682a9ade3e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:13:55 +0000 Subject: Remove stray white spaces. --- cpukit/score/src/objectget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/objectget.c') diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c index def31ca1d4..9b524899e5 100644 --- a/cpukit/score/src/objectget.c +++ b/cpukit/score/src/objectget.c @@ -62,7 +62,7 @@ Objects_Control *_Objects_Get( /* index = (uint16_t ) id; */ #endif - if ( information->maximum >= index ) { + if ( information->maximum >= index ) { _Thread_Disable_dispatch(); if ( (the_object = information->local_table[ index ]) != NULL ) { *location = OBJECTS_LOCAL; -- cgit v1.2.3