[Buildroot] [git commit] Config.in files: fix incorrect indentation

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Dec 25 11:29:52 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=c4c55206fbfeac6946c713b508ec31e25e65479c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Tab instead of spaces

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 fs/ext2/Config.in                    |    6 +++---
 package/libxml2/Config.in            |    2 +-
 package/openvpn/Config.in            |    2 +-
 package/python-pyasn/Config.in       |    2 +-
 package/python-pysnmp-apps/Config.in |    2 +-
 package/python-pysnmp-mibs/Config.in |    2 +-
 package/python-pysnmp/Config.in      |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index c26482f..adba6f3 100644
--- a/fs/ext2/Config.in
+++ b/fs/ext2/Config.in
@@ -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)"
diff --git a/package/libxml2/Config.in b/package/libxml2/Config.in
index ea62663..85694f9 100644
--- a/package/libxml2/Config.in
+++ b/package/libxml2/Config.in
@@ -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
diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in
index 4a5e0ea..26b6b98 100644
--- a/package/openvpn/Config.in
+++ b/package/openvpn/Config.in
@@ -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
diff --git a/package/python-pyasn/Config.in b/package/python-pyasn/Config.in
index a9f0014..13095f9 100644
--- a/package/python-pyasn/Config.in
+++ b/package/python-pyasn/Config.in
@@ -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
diff --git a/package/python-pysnmp-apps/Config.in b/package/python-pysnmp-apps/Config.in
index 16d7c55..304e812 100644
--- a/package/python-pysnmp-apps/Config.in
+++ b/package/python-pysnmp-apps/Config.in
@@ -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
diff --git a/package/python-pysnmp-mibs/Config.in b/package/python-pysnmp-mibs/Config.in
index 76089b1..90ec933 100644
--- a/package/python-pysnmp-mibs/Config.in
+++ b/package/python-pysnmp-mibs/Config.in
@@ -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
diff --git a/package/python-pysnmp/Config.in b/package/python-pysnmp/Config.in
index a87a4d0..d5f90ed 100644
--- a/package/python-pysnmp/Config.in
+++ b/package/python-pysnmp/Config.in
@@ -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


More information about the buildroot mailing list