summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron/object.h')
-rw-r--r--cpukit/itron/include/rtems/itron/object.h3
1 files changed, 1 insertions, 2 deletions
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 */
-