All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/wqy-zenhei: drop spurious spaces
@ 2021-11-29 21:34 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2021-11-29 21:34 UTC (permalink / raw)
  To: buildroot

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

Drop spurious spaces added by commit
a2387015fe3730291df1381a59acb13af356c543

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/wqy-zenhei/wqy-zenhei.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/wqy-zenhei/wqy-zenhei.mk b/package/wqy-zenhei/wqy-zenhei.mk
index 88e60f3e56..375b0dd303 100644
--- a/package/wqy-zenhei/wqy-zenhei.mk
+++ b/package/wqy-zenhei/wqy-zenhei.mk
@@ -6,15 +6,15 @@
 
 WQY_ZENHEI_VERSION = 0.9.45
 WQY_ZENHEI_SITE = https://downloads.sourceforge.net/project/wqy/wqy-zenhei/$(WQY_ZENHEI_VERSION)%20%28Fighting-state%20RC1%29
-WQY_ZENHEI_LICENSE =  GPL-2.0-with-font-exception
+WQY_ZENHEI_LICENSE = GPL-2.0-with-font-exception
 WQY_ZENHEI_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
 define WQY_ZENHEI_FONTCONFIG_CONF_INSTALL_CMDS
 	$(INSTALL) -D -m 0644 $(@D)/43-wqy-zenhei-sharp.conf \
-	    $(TARGET_DIR)/usr/share/fontconfig/conf.avail/43-wqy-zenhei-sharp.conf
+		$(TARGET_DIR)/usr/share/fontconfig/conf.avail/43-wqy-zenhei-sharp.conf
 	$(INSTALL) -D -m 0644 $(@D)/44-wqy-zenhei.conf \
-	    $(TARGET_DIR)/usr/share/fontconfig/conf.avail/44-wqy-zenhei.conf
+		$(TARGET_DIR)/usr/share/fontconfig/conf.avail/44-wqy-zenhei.conf
 endef
 endif
 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-29 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 21:34 [Buildroot] [git commit] package/wqy-zenhei: drop spurious spaces Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.