From af10d3ef5d921d04ec4e3870e229c2c50620d3ce Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 15:57:43 +0000 Subject: Corrected spacing. --- cpukit/score/inline/rtems/score/object.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl index ce149f33d8..73a496d30c 100644 --- a/cpukit/score/inline/rtems/score/object.inl +++ b/cpukit/score/inline/rtems/score/object.inl @@ -171,7 +171,7 @@ RTEMS_INLINE_ROUTINE Objects_Control *_Objects_Get_local_object( unsigned32 index ) { - if ( index > information->maximum) + if ( index > information->maximum ) return NULL; return ( information->local_table[ index ] ); } @@ -192,7 +192,7 @@ RTEMS_INLINE_ROUTINE void _Objects_Set_local_object( Objects_Control *the_object ) { - if ( index <= information->maximum) + if ( index <= information->maximum ) information->local_table[ index ] = the_object; } -- cgit v1.2.3