[Buildroot] [git commit] package/datatables-responsive: drop spurious space

Peter Korsgaard peter at korsgaard.com
Tue Nov 30 16:06:52 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d17e8563644c5f847330b982e2a0884ccd9a5b7a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by commit
08c11e21a7c6ed16a92b9507160f020c9b7e8c54

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/datatables-responsive/datatables-responsive.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/datatables-responsive/datatables-responsive.mk b/package/datatables-responsive/datatables-responsive.mk
index bc9644701f..2809a52280 100644
--- a/package/datatables-responsive/datatables-responsive.mk
+++ b/package/datatables-responsive/datatables-responsive.mk
@@ -6,7 +6,7 @@
 
 DATATABLES_RESPONSIVE_VERSION = 2.2.3
 DATATABLES_RESPONSIVE_SITE = https://datatables.net/releases
-DATATABLES_RESPONSIVE_SOURCE =  Responsive-$(DATATABLES_RESPONSIVE_VERSION).zip
+DATATABLES_RESPONSIVE_SOURCE = Responsive-$(DATATABLES_RESPONSIVE_VERSION).zip
 DATATABLES_RESPONSIVE_LICENSE = MIT
 DATATABLES_RESPONSIVE_LICENSE_FILES = License.txt
 


More information about the buildroot mailing list