package: indentation cleanup
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Mon, 15 Dec 2014 08:56:59 +0000 (09:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Dec 2014 20:48:26 +0000 (21:48 +0100)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lxc/Config.in
package/python-ipaddr/Config.in
package/qemu/Config.in
package/qt5/qt5base/Config.in
package/squid/Config.in

index a90e58e898a1879fd122092abb1f0b4ed6e989d8..cf715ab48f42941939a95c3daecb4384732bfb18 100644 (file)
@@ -23,4 +23,4 @@ comment "lxc needs a toolchain w/ IPv6, threads, largefile, headers >= 3.0"
        depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
        depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
        depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS \
-                || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+               || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
index cce67c197addfc6f6a1ea83f4167d90a572b683d..746d720d866cb06f2c9c978ae6c3b9e1f175ce07 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_IPADDR
-       depends on BR2_PACKAGE_PYTHON # included since python3.3
-       bool "python-ipaddr"
+       depends on BR2_PACKAGE_PYTHON # included since python3.3
+       bool "python-ipaddr"
        help
          An IPv4/IPv6 manipulation library in Python. This library is
          used to create/poke/manipulate IPv4 and IPv6 addresses and
index ff112081910bbaaf6dcbe52db5459a876df3343d..58825719c2578f5ded842ea293b55716a6433bc7 100644 (file)
@@ -85,11 +85,11 @@ config BR2_PACKAGE_QEMU_SDL
 comment "Misc. features"
 
 config BR2_PACKAGE_QEMU_FDT
-        bool "Enable FDT"
-        select BR2_PACKAGE_DTC
-        help
-          Say 'y' here to have QEMU capable of constructing Device Trees,
-          and passing them to the VMs.
+       bool "Enable FDT"
+       select BR2_PACKAGE_DTC
+       help
+         Say 'y' here to have QEMU capable of constructing Device Trees,
+         and passing them to the VMs.
 
 endif # BR2_PACKAGE_QEMU_HAS_EMULS
 
index 7b334b4bd557a536eb0ae500f2f73b5a23d92ef4..30f9a49dfa83675810736bc9dad4e5cb3a65f7c5 100644 (file)
@@ -37,7 +37,7 @@ config BR2_PACKAGE_QT5BASE_EXAMPLES
          If unsure, say N.
 
 config BR2_PACKAGE_QT5BASE_NETWORK
-       def_bool y
+       def_bool y
 
 config BR2_PACKAGE_QT5BASE_CONCURRENT
        bool "concurrent module"
@@ -45,7 +45,7 @@ config BR2_PACKAGE_QT5BASE_CONCURRENT
          This options enables the Qt5Concurrent library.
 
 config BR2_PACKAGE_QT5BASE_SQL
-       def_bool y
+       def_bool y
 
 if BR2_PACKAGE_QT5BASE_SQL
 config BR2_PACKAGE_QT5BASE_MYSQL
index ce383717500591cad5712b43befd53754089fc6e..9953b0dbdaeb8c027fd392745006864d77983a7d 100644 (file)
@@ -2,7 +2,7 @@ comment "squid needs a toolchain w/ C++, IPv6, headers >= 3.0"
        depends on BR2_USE_MMU
        depends on !BR2_avr32 # toolchain too old
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 \
-        || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+               || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
 
 config BR2_PACKAGE_SQUID
        bool "squid"