summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/isr.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:33:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:33:33 +0000
commitc961c06bbe213139b817e495fdba0eb64d5353a1 (patch)
treea8f86f4c39ad63995941a8b0e9d03381fc9d6c67 /cpukit/score/inline/rtems/score/isr.inl
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c961c06bbe213139b817e495fdba0eb64d5353a1.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/isr.inl: Fix spacing. * score/src/apimutexallocate.c: Fix spacing. * score/src/coremsgseize.c: Check for message pending instead of message pending count to avoid dead code from inlined chain routine. It checks if the chain is empty so is redundant to count == 0.
Diffstat (limited to 'cpukit/score/inline/rtems/score/isr.inl')
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index 74c0588619..4aff1b09e6 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -45,7 +45,7 @@ RTEMS_INLINE_ROUTINE boolean _ISR_Is_valid_user_handler (
void *handler
)
{
- return ( handler != NULL);
+ return (handler != NULL);
}
/**@}*/