Index: kernel/arch/mips32/include/arch/elf.h
===================================================================
--- kernel/arch/mips32/include/arch/elf.h	(revision b2e121ad525328882607c97cdba1a9ded6137d13)
+++ kernel/arch/mips32/include/arch/elf.h	(revision 03cfe2ecc28d0202a182c7ed94187de9c53958f1)
@@ -39,7 +39,7 @@
 
 #ifdef __BE__
-	#define ELF_DATA_ENCODING  ELFDATA2MSB
+#define ELF_DATA_ENCODING  ELFDATA2MSB
 #else
-	#define ELF_DATA_ENCODING  ELFDATA2LSB
+#define ELF_DATA_ENCODING  ELFDATA2LSB
 #endif
 
