Skip to content

Commit

Permalink
kbuild: remove a tab from an empty line
Browse files Browse the repository at this point in the history
Emacs warns if an otherwise empty line starts with a tab.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Adrian Bunk authored and Sam Ravnborg committed Feb 19, 2006
1 parent 9667828 commit e630466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ modules: $(module-dirs)

.PHONY: modules_install
modules_install: _emodinst_ _emodinst_post

install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
.PHONY: _emodinst_
_emodinst_:
Expand Down

0 comments on commit e630466

Please sign in to comment.