*: whitespace fixes, no code changes

diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index 763e2f2..23bd9ff 100644
--- a/scripts/Makefile.host
+++ b/scripts/Makefile.host
@@ -99,7 +99,7 @@
 # host-csingle -> Executable
 quiet_cmd_host-csingle 	= HOSTCC  $@
       cmd_host-csingle	= $(HOSTCC) $(hostc_flags) -o $@ $< \
-	  	$(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
+			  $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
 $(host-csingle): %: %.c FORCE
 	$(call if_changed_dep,host-csingle)