trivial: add space in 'bool"package"' construct in Config.in
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Fri, 19 Jul 2013 12:01:32 +0000 (14:01 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 19 Jul 2013 21:44:09 +0000 (23:44 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/diffutils/Config.in
package/expat/Config.in

index 4cc16e2127b3ae59875f453d67a09da8e263455b..7b2c9f909b1d13ce5c100ccdacddb9b27635b26d 100644 (file)
@@ -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
index 3988c9041f1447e3ffa6c817d85720d385d5683b..758fb7d516623f7680efaf9f9bae41b1f3e6e5de 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_EXPAT
-       bool"expat"
+       bool "expat"
        help
          The Expat XML Parser.