summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/armv7m-exception-handler-get.c')
-rw-r--r--cpukit/score/cpu/arm/armv7m-exception-handler-get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/armv7m-exception-handler-get.c b/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
index 41effd1e18..c26d783723 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
@@ -43,9 +43,9 @@
#ifdef ARM_MULTILIB_ARCH_V7M
-ARMV7M_Exception_handler _ARMV7M_Get_exception_handler( int index )
+ARMV7M_Exception_handler _ARMV7M_Get_exception_handler(int index)
{
- return _ARMV7M_SCB->vtor [index];
+ return _ARMV7M_SCB->vtor[index];
}
#endif /* ARM_MULTILIB_ARCH_V7M */