open-plc-utils: minor whitespace fixes
authorMichael Heimpold <redacted>
Thu, 13 Dec 2018 23:02:09 +0000 (00:02 +0100)
committerMichael Heimpold <redacted>
Thu, 13 Dec 2018 23:02:09 +0000 (00:02 +0100)
Signed-off-by: Michael Heimpold <redacted>
utils/open-plc-utils/Makefile

index 131630ce6b0ca17ca8c923a568832f03746150c4..1c721a1dcbe76adec0757a4b890d13db7f06adbf 100644 (file)
@@ -43,9 +43,9 @@ define GenPlugin
     TITLE:=Utility $(1) from the Open PLC utilities
   endef
 
-   define Package/$(addprefix open-plc-utils-,$(1))/description
-     Utility $(1) from the Open PLC utilities package.
-   endef
+  define Package/$(addprefix open-plc-utils-,$(1))/description
+    Utility $(1) from the Open PLC utilities package.
+  endef
 endef
 
 OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
@@ -91,7 +91,7 @@ endef
 
 define BuildPlugin
   define Package/$(1)/install
-       $(INSTALL_DIR) $$(1)/usr/bin
+       $(INSTALL_DIR) $$(1)/usr/bin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/$(subst open-plc-utils-,,$(1)) \
                $$(1)/usr/bin/
   endef
git clone https://git.99rst.org/PROJECT