Skip to content

Commit a0e10b2

Browse files
committed
Clean up some "suspicious" whitespace in target.mk
Emacs warns that makefile lines that start with spaces followed by tabs are "suspicious". These were harmless since they were continuation lines, but getting rid of the warning is nice and this version looks better.
1 parent 876c330 commit a0e10b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/target.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ $(foreach host,$(CFG_HOST), \
204204
$(foreach host,$(CFG_HOST), \
205205
$(foreach target,$(CFG_TARGET), \
206206
$(foreach stage,$(STAGES), \
207-
$(foreach obj,rsbegin rsend, \
208-
$(eval $(call TARGET_RUSTRT_STARTUP_OBJ,$(stage),$(target),$(host),$(obj)))))))
207+
$(foreach obj,rsbegin rsend, \
208+
$(eval $(call TARGET_RUSTRT_STARTUP_OBJ,$(stage),$(target),$(host),$(obj)))))))

0 commit comments

Comments
 (0)