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>
This commit is contained in:
Thomas De Schampheleire 2013-07-19 14:01:32 +02:00 committed by Peter Korsgaard
parent 4db37c663c
commit 53f74fb522
2 changed files with 2 additions and 2 deletions