From 53f74fb5229e52f0939c9624fd17f5ef5f7a1e75 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Fri, 19 Jul 2013 14:01:32 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/diffutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/diffutils') diff --git a/package/diffutils/Config.in b/package/diffutils/Config.in index 4cc16e2127..7b2c9f909b 100644 --- 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 -- cgit v1.2.3