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)
commit53f74fb5229e52f0939c9624fd17f5ef5f7a1e75
treeb6590c28c93b2d22b663a701b36eb04c3dc14f44
parent4db37c663cc0988cf5993d14ee5fdb7976f45694
trivial: add space in 'bool"package"' construct in Config.in

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