luaexpat: trim trailing spaces
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 2 Nov 2022 12:58:00 +0000 (14:58 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 3 Nov 2022 08:45:09 +0000 (09:45 +0100)
Found with modified Kconfiglib.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lang/luaexpat/Makefile

index 044e199046afaf0e7773399ab09fe8c6dee27a5c..741366ebe4fa5a2ee0443324c43dd60334406e53 100644 (file)
@@ -23,7 +23,7 @@ define Package/luaexpat
   SUBMENU:=Lua
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=LuaExpat 
+  TITLE:=LuaExpat
   URL:=http://matthewwild.co.uk/projects/luaexpat/
   MAINTAINER:=W. Michael Petullo <mike@flyn.org>
   DEPENDS:=+lua +libexpat
@@ -45,7 +45,7 @@ define Build/Compile
        COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \
        LDFLAGS="-shared $(TARGET_LDFLAGS)" \
        CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \
-       LD="$(TARGET_CROSS)ld -shared" 
+       LD="$(TARGET_CROSS)ld -shared"
 endef
 
 define Package/luaexpat/install