From 0184a957b7c1313bb7f89c8afbd834e9ec1258e9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Apr 2014 16:26:46 -0600 Subject: [PATCH] Costmetic: Replace spaces with tabs --- arch/arm/src/stm32/stm32_vectors.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_vectors.S b/arch/arm/src/stm32/stm32_vectors.S index a70d68cfad2..645f0f1c81b 100644 --- a/arch/arm/src/stm32/stm32_vectors.S +++ b/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)