Index: uspace/lib/c/arch/arm32/Makefile.common
===================================================================
--- uspace/lib/c/arch/arm32/Makefile.common	(revision 978058442db039c0933d980de7486f93414ed1c0)
+++ uspace/lib/c/arch/arm32/Makefile.common	(revision 4646710d9ea7943ec02c77020e7b60258fd30d8b)
@@ -29,5 +29,6 @@
 
 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
-              -march=$(subst _,-,$(PROCESSOR_ARCH))
+	-march=$(subst _,-,$(PROCESSOR_ARCH))
+
 LFLAGS += --gc-sections
 
