summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/object.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 04:00:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 04:00:25 +0000
commit7ded4e37a31ddf20c2720730b34b0597f3d2d457 (patch)
tree47b44f90685b414a7389521b6c9ebd116e303295 /cpukit/itron/include/rtems/itron/object.h
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7ded4e37a31ddf20c2720730b34b0597f3d2d457.tar.bz2
Remove unnecessary white spaces.
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 */
-