freeswitch-stable: whitespace fix for hotplug builder
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 11 Jun 2017 12:36:29 +0000 (14:36 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 11 Jun 2017 12:36:31 +0000 (14:36 +0200)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index cc79af0adb13dc933617d2e57c70bdc2f8273a30..b57f9ce6abbd5411c0f3ae109707a2caa3a0efcb 100644 (file)
@@ -312,7 +312,7 @@ endef
 define Package/$(PKG_NAME)-hotplug/install
        $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
        $(INSTALL_BIN) ./files/$(PRG_NAME).hotplug \
-                                       $(1)/etc/hotplug.d/iface/99-$(PRG_NAME)
+               $(1)/etc/hotplug.d/iface/99-$(PRG_NAME)
 endef
 
 define Package/$(PKG_NAME)-hotplug/postinst