summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:47 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:13:48 +0200
commit49d907e39a4a16c75a9c23aa445dcb9996c55472 (patch)
tree8cb0bf1c3ab4c542c8207fc545fd25f90a644370 /package/binutils
parente591cf43b1d985001fd384486a3e4ab609fceac4 (diff)
downloadbuildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.tar.gz
buildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.zip
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>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 308322a511..cca71fbb7a 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -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
OpenPOWER on IntegriCloud