All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] safeclib: fix trailing whitespace
@ 2018-02-04 16:36 Fabrice Fontaine
  2018-02-04 17:08 ` Yann E. MORIN
  2018-02-04 20:24 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-02-04 16:36 UTC (permalink / raw)
  To: buildroot

Fixes trailing whitespace after MIT

Fixes:
 - https://gitlab.com/buildroot.org/buildroot/-/jobs/50971692

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/safeclib/safeclib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/safeclib/safeclib.mk b/package/safeclib/safeclib.mk
index 65c6621e0a..b1aa25992c 100644
--- a/package/safeclib/safeclib.mk
+++ b/package/safeclib/safeclib.mk
@@ -6,7 +6,7 @@
 
 SAFECLIB_VERSION = v09102017
 SAFECLIB_SITE = $(call github,rurban,safeclib,$(SAFECLIB_VERSION))
-SAFECLIB_LICENSE = MIT 
+SAFECLIB_LICENSE = MIT
 SAFECLIB_LICENSE_FILES = COPYING
 SAFECLIB_INSTALL_STAGING = YES
 # From git
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-04 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 16:36 [Buildroot] [PATCH 1/1] safeclib: fix trailing whitespace Fabrice Fontaine
2018-02-04 17:08 ` Yann E. MORIN
2018-02-04 20:24 ` 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.