Przeglądaj źródła

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 lat temu
rodzic
commit
dee8db441e
1 zmienionych plików z 1 dodań i 1 usunięć
  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