diff mbox series

[OpenWrt-Devel] build: fix indent in image-commands.mk

Message ID 20190809115543.1228-1-freifunk@adrianschmutzler.de
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [OpenWrt-Devel] build: fix indent in image-commands.mk | expand

Commit Message

Adrian Schmutzler Aug. 9, 2019, 11:55 a.m. UTC
Convert leading spaces to tab to match rest of the file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 include/image-commands.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/image-commands.mk b/include/image-commands.mk
index 06c084c48b..89c17aec5b 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -120,7 +120,7 @@  define Build/append-uImage-fakehdr
 endef
 
 define Build/tplink-safeloader
-       -$(STAGING_DIR_HOST)/bin/tplink-safeloader \
+	-$(STAGING_DIR_HOST)/bin/tplink-safeloader \
 		-B $(TPLINK_BOARD_ID) \
 		-V $(REVISION) \
 		-k $(IMAGE_KERNEL) \