summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-16 16:26:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-16 16:26:46 -0600
commit8495288d34c9a2d37eff4a28f6265f32519c4faa (patch)
treea4c30de510fb782d2d3d38baae5d3f7f844e4f24
parentaf90bacf347dff20c87487a447d9aee7909319e2 (diff)
downloadnuttx-8495288d34c9a2d37eff4a28f6265f32519c4faa.tar.gz
nuttx-8495288d34c9a2d37eff4a28f6265f32519c4faa.tar.bz2
nuttx-8495288d34c9a2d37eff4a28f6265f32519c4faa.zip
Costmetic: Replace spaces with tabs
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_vectors.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_vectors.S b/nuttx/arch/arm/src/stm32/stm32_vectors.S
index a70d68cfa..645f0f1c8 100644
--- a/nuttx/arch/arm/src/stm32/stm32_vectors.S
+++ b/nuttx/arch/arm/src/stm32/stm32_vectors.S
@@ -446,7 +446,7 @@ exception_common:
ldr r14, =EXC_RETURN_PRIVTHR /* Load the special value */
#endif
- /* Restore the interrupt state */
+ /* Restore the interrupt state */
#ifdef CONFIG_ARMV7M_USEBASEPRI
msr basepri, r3 /* Restore interrupts priority masking */
@@ -476,7 +476,7 @@ exception_common:
#if CONFIG_ARCH_INTERRUPTSTACK > 3
.bss
.global g_intstackalloc
- .global g_intstackbase
+ .global g_intstackbase
.align 4
g_intstackalloc:
.skip (CONFIG_ARCH_INTERRUPTSTACK & ~3)