package: clean up indentation warnings in Config.in files

The check-package script when ran gives warnings on indentation issues
on all of these Config.in files. This patch cleans up warnings related to
the indentation of the Config.in files in the package directory

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
[Thomas: do not change package/kodi/Config.in and package/x11r7/Config.in.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett
2017-04-22 13:17:47 -04:00
committed by Thomas Petazzoni
parent e591cf43b1
commit 49d907e39a
8 changed files with 189 additions and 188 deletions

View File

@@ -7,14 +7,14 @@ choice
help
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_26_X
bool "binutils 2.26.1"
config BR2_BINUTILS_VERSION_2_26_X
bool "binutils 2.26.1"
config BR2_BINUTILS_VERSION_2_27_X
bool "binutils 2.27"
config BR2_BINUTILS_VERSION_2_27_X
bool "binutils 2.27"
config BR2_BINUTILS_VERSION_2_28_X
bool "binutils 2.28"
config BR2_BINUTILS_VERSION_2_28_X
bool "binutils 2.28"
endchoice