瀏覽代碼

ath79: proper indentation in image/common-tp-link.mk

Add two spaces for proper indentation in image/common-tp-link.mk

Signed-off-by: Paul Wassi <[email protected]>
Paul Wassi 6 年之前
父節點
當前提交
dee8db441e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/ath79/image/common-tp-link.mk

+ 1 - 1
target/linux/ath79/image/common-tp-link.mk

@@ -86,7 +86,7 @@ define Device/tplink-8m
 endef
 
 define Device/tplink-8mlzma
-$(Device/tplink)
+  $(Device/tplink)
   TPLINK_FLASHLAYOUT := 8Mlzma
   IMAGE_SIZE := 7936k
 endef