All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] trivial: add space in 'bool"package"' construct in Config.in
@ 2013-07-19 12:01 Thomas De Schampheleire
  2013-07-19 21:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas De Schampheleire @ 2013-07-19 12:01 UTC (permalink / raw)
  To: buildroot

In early buildroot, it apparently was customary to have following style in
Config.in files:
    bool"expat"

Nowadays, only two packages remain with this style: diffutils and expat.
This trivial patch lines them up with the style:
    bool "expat"

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/diffutils/Config.in |  2 +-
 package/expat/Config.in     |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/diffutils/Config.in b/package/diffutils/Config.in
--- a/package/diffutils/Config.in
+++ b/package/diffutils/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_DIFFUTILS
-	bool"diffutils"
+	bool "diffutils"
 	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
 	help
diff --git a/package/expat/Config.in b/package/expat/Config.in
--- a/package/expat/Config.in
+++ b/package/expat/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_EXPAT
-	bool"expat"
+	bool "expat"
 	help
 	  The Expat XML Parser.
 

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

* [Buildroot] [PATCH] trivial: add space in 'bool"package"' construct in Config.in
  2013-07-19 12:01 [Buildroot] [PATCH] trivial: add space in 'bool"package"' construct in Config.in Thomas De Schampheleire
@ 2013-07-19 21:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-07-19 21:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> writes:

 Thomas> In early buildroot, it apparently was customary to have
 Thomas> following style in Config.in files: bool"expat"

 Thomas> Nowadays, only two packages remain with this style: diffutils and expat.
 Thomas> This trivial patch lines them up with the style:
 Thomas>     bool "expat"

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-07-19 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-19 12:01 [Buildroot] [PATCH] trivial: add space in 'bool"package"' construct in Config.in Thomas De Schampheleire
2013-07-19 21:44 ` 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.