Costmetic: Replace spaces with tabs

This commit is contained in:
Gregory Nutt 2014-04-16 16:26:46 -06:00
parent cb802b02e1
commit edc022ff1a

View File

@ -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)