From: Adrian Schmutzler Date: Fri, 9 Aug 2019 11:55:43 +0000 (+0200) Subject: build: fix indent in image-commands.mk X-Git-Tag: v19.07.0-rc1~193 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8be111d0ac686b95ea29475054d95f01783a1efe;ds=sidebyside build: fix indent in image-commands.mk Convert leading spaces to tab to match rest of the file. Signed-off-by: Adrian Schmutzler (cherry picked from commit 7e5a0da6426b3b14bde8798524826b64e16cf219) --- diff --git a/include/image-commands.mk b/include/image-commands.mk index 8251a81400..182f5f831d 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) \