summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/statesimpl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-08-07 08:25:23 -0500
committerJoel Sherrill <joel@rtems.org>2019-12-11 15:23:34 -0600
commit4e2e3384cd62e28bcac197d1990fd42a5bd1cbb5 (patch)
tree2e5ee042e9c8f6abda98cf68a1e8a4edc40238b2 /cpukit/include/rtems/score/statesimpl.h
parentAdd TOD Hooks to allow BSP to take action when TOD is set (diff)
downloadrtems-4e2e3384cd62e28bcac197d1990fd42a5bd1cbb5.tar.bz2
states*.h: Fix naming inconsistency and formatting
Diffstat (limited to 'cpukit/include/rtems/score/statesimpl.h')
-rw-r--r--cpukit/include/rtems/score/statesimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/statesimpl.h b/cpukit/include/rtems/score/statesimpl.h
index 49d43950f4..9df9ba390d 100644
--- a/cpukit/include/rtems/score/statesimpl.h
+++ b/cpukit/include/rtems/score/statesimpl.h
@@ -287,7 +287,6 @@ RTEMS_INLINE_ROUTINE bool _States_Is_interruptible_by_signal (
)
{
return (the_states & STATES_INTERRUPTIBLE_BY_SIGNAL);
-
}
/**