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/objectgetnoprotection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/objectgetnoprotection.c') diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c index 8dfd5b9617..667eae291c 100644 --- a/cpukit/score/src/objectgetnoprotection.c +++ b/cpukit/score/src/objectgetnoprotection.c @@ -62,7 +62,7 @@ Objects_Control *_Objects_Get_no_protection( /* index = (uint16_t ) id; */ #endif - if ( information->maximum >= index ) { + if ( information->maximum >= index ) { if ( (the_object = information->local_table[ index ]) != NULL ) { *location = OBJECTS_LOCAL; return the_object; @@ -72,7 +72,7 @@ Objects_Control *_Objects_Get_no_protection( } *location = OBJECTS_ERROR; -/* +/* * Not supported for multiprocessing */ #if 0 && defined(RTEMS_MULTIPROCESSING) -- cgit v1.2.3