Преглед на файлове

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>
Thomas De Schampheleire преди 12 години
родител
ревизия
53f74fb522
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      package/diffutils/Config.in
  2. 1 1
      package/expat/Config.in

+ 1 - 1
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

+ 1 - 1
package/expat/Config.in

@@ -1,5 +1,5 @@
 config BR2_PACKAGE_EXPAT
-	bool"expat"
+	bool "expat"
 	help
 	  The Expat XML Parser.