Config.in files: fix incorrect indentation
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 25 Dec 2013 11:09:31 +0000 (12:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Dec 2013 11:29:52 +0000 (12:29 +0100)
Tab instead of spaces

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ext2/Config.in
package/libxml2/Config.in
package/openvpn/Config.in
package/python-pyasn/Config.in
package/python-pysnmp-apps/Config.in
package/python-pysnmp-mibs/Config.in
package/python-pysnmp/Config.in

index c26482f1dd2697e7b5b28334e4bb84475de0a18a..adba6f3096ce1cf1d1ecaea95dae1c1a63335168 100644 (file)
@@ -38,9 +38,9 @@ config BR2_TARGET_ROOTFS_EXT2_GEN
 
 # All ext generations are revision 1, except ext2r0, which is revision 0
 config BR2_TARGET_ROOTFS_EXT2_REV
-    int
-    default 0   if BR2_TARGET_ROOTFS_EXT2_2r0
-    default 1   if !BR2_TARGET_ROOTFS_EXT2_2r0
+       int
+       default 0   if BR2_TARGET_ROOTFS_EXT2_2r0
+       default 1   if !BR2_TARGET_ROOTFS_EXT2_2r0
 
 config BR2_TARGET_ROOTFS_EXT2_BLOCKS
        int "size in blocks (leave at 0 for auto calculation)"
index ea62663dd242f77d79e81b88f01e9b88e45e5f47..85694f9751cf4389838b86ae2fbf5be241420a59 100644 (file)
@@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBXML2
          http://xmlsoft.org/
 
 config BR2_PACKAGE_HOST_LIBXML2_PYTHON
-    bool
\ No newline at end of file
+       bool
index 4a5e0ead1fdb06436b9b7cc879d514f079a34526..26b6b98353df5ce941dc5801ac261e5b18a5db6b 100644 (file)
@@ -6,7 +6,7 @@ config BR2_PACKAGE_OPENVPN
        bool "openvpn"
        depends on BR2_INET_IPV6
        depends on BR2_USE_MMU # fork()
-       help
+       help
          OpenVPN is a full-featured SSL VPN solution which can
          accomodate a wide range of configurations, including road
          warrior access, home/office/campus telecommuting, WiFi
index a9f0014dc8c3a7c77f70cb5fb8280458060d9b15..13095f909817e40ef4b8c013be241e5e5e43163d 100644 (file)
@@ -10,4 +10,4 @@ config BR2_PACKAGE_PYTHON_PYASN
          https://code.google.com/p/pyasn/
 
 comment "python-pyasn needs a toolchain w/ C++"
-        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_INSTALL_LIBSTDCPP
index 16d7c553a69410743328e86f216a56cd6d723ee6..304e81222cced9985387358c12b4d31cccdc5947 100644 (file)
@@ -10,4 +10,4 @@ config BR2_PACKAGE_PYTHON_PYSNMP_APPS
          http://pysnmp.sf.net
 
 comment "python-pysnmp-apps needs a toolchain w/ C++"
-        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_INSTALL_LIBSTDCPP
index 76089b126a88bd3e9cb4f7c8bbc16e64ac44786d..90ec933a990d7422b189bbe6ef58c6bdb3b4317b 100644 (file)
@@ -10,4 +10,4 @@ config BR2_PACKAGE_PYTHON_PYSNMP_MIBS
          http://pysnmp.sf.net
 
 comment "python-pysnmp-libs needs a toolchain w/ C++"
-        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_INSTALL_LIBSTDCPP
index a87a4d00c6c105c511bb6f1c1e2cedd07a87fe02..d5f90edcf28873fa79e5d50cb32dc43ad10377a0 100644 (file)
@@ -11,4 +11,4 @@ config BR2_PACKAGE_PYTHON_PYSNMP
          http://pysnmp.sf.net
 
 comment "python-pysnmp needs a toolchain w/ C++"
-        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_INSTALL_LIBSTDCPP