diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-04-22 13:17:47 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 17:13:48 +0200 |
commit | 49d907e39a4a16c75a9c23aa445dcb9996c55472 (patch) | |
tree | 8cb0bf1c3ab4c542c8207fc545fd25f90a644370 /package/lua/Config.in | |
parent | e591cf43b1d985001fd384486a3e4ab609fceac4 (diff) | |
download | buildroot-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/lua/Config.in')
-rw-r--r-- | package/lua/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in index 711fa89163..35910cb5b2 100644 --- a/package/lua/Config.in +++ b/package/lua/Config.in @@ -17,14 +17,14 @@ choice help Select the version of Lua API/ABI you wish to use. - config BR2_PACKAGE_LUA_5_1 - bool "Lua 5.1.x" +config BR2_PACKAGE_LUA_5_1 + bool "Lua 5.1.x" - config BR2_PACKAGE_LUA_5_2 - bool "Lua 5.2.x" +config BR2_PACKAGE_LUA_5_2 + bool "Lua 5.2.x" - config BR2_PACKAGE_LUA_5_3 - bool "Lua 5.3.x" +config BR2_PACKAGE_LUA_5_3 + bool "Lua 5.3.x" endchoice |