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