From 7ded4e37a31ddf20c2720730b34b0597f3d2d457 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Apr 2004 04:00:25 +0000 Subject: Remove unnecessary white spaces. --- cpukit/itron/include/rtems/itron/object.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/itron/include/rtems/itron/object.h') diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 523a478ce6..e4e6ce3e9c 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/itron/include/rtems/itron/object.h @@ -79,7 +79,7 @@ typedef Objects_Control ITRON_Objects_Control; * This function is invoked when an object get ID error * occurs to determine the specific ITRON error code to return. */ - + #define _ITRON_Objects_Clarify_get_id_error( _the_information, _id ) \ (((_id) < -4) ? E_OACV : /* attempt to access a "system object" */ \ ((_id) <= 0) ? E_ID : /* bogus index of 0 - -3 */ \ @@ -117,4 +117,3 @@ typedef Objects_Control ITRON_Objects_Control; #endif /* end of include file */ - -- cgit v1.2.3