From 3f2561bdea8b1c8b1c3337afed3e8d8482b6ab1f Mon Sep 17 00:00:00 2001
From: acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 9 Jun 2011 19:30:50 +0000
Subject: [PATCH] [ar71xx] Remove trailing spaces, convert spaces to tabs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27153 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 .../etc/defconfig/dir-615-c1/network          | 12 +++---
 .../base-files/etc/defconfig/jwap003/network  | 22 +++++------
 .../base-files/etc/defconfig/pb92/network     | 18 ++++-----
 .../base-files/etc/defconfig/rb-433/network   | 12 +++---
 .../base-files/etc/defconfig/rb-433u/network  | 12 +++---
 .../base-files/etc/defconfig/rb-450/network   | 12 +++---
 .../base-files/etc/defconfig/rb-450g/network  | 12 +++---
 .../etc/defconfig/routerstation-pro/network   | 12 +++---
 .../etc/defconfig/tew-632brp/network          | 12 +++---
 .../etc/defconfig/tl-wr1043nd/network         | 38 +++++++++----------
 .../base-files/etc/defconfig/wndr3700/network |  2 +-
 .../etc/defconfig/wndr3700v2/network          |  2 +-
 12 files changed, 83 insertions(+), 83 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
index a2204d4a3..509138e77 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	dhcp
 
 config switch
-        option name	eth0
-        option reset	1
-        option enable_vlan 1
+	option name	eth0
+	option reset	1
+	option enable_vlan 1
 
 config switch_vlan
-        option device	eth0
-        option vlan	1
-        option ports	'0 1 2 3 4'
+	option device	eth0
+	option vlan	1
+	option ports	'0 1 2 3 4'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network b/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
index 3ecec8fdd..5c5394186 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
@@ -1,16 +1,16 @@
 config 'interface' 'loopback'
-       option 'ifname'   'lo'
-       option 'proto'    'static'
-       option 'ipaddr'   '127.0.0.1'
-       option 'netmask'  '255.0.0.0'
+	option 'ifname'	'lo'
+	option 'proto'	'static'
+	option 'ipaddr'	'127.0.0.1'
+	option 'netmask' '255.0.0.0'
 
 config 'interface' 'lan'
-        option 'ifname'   'eth1'
-        option 'type'     'bridge'
-        option 'proto'    'static'
-        option 'ipaddr'   '192.168.1.1'
-        option 'netmask'  '255.255.255.0'
+	option 'ifname'	'eth1'
+	option 'type'	'bridge'
+	option 'proto'	'static'
+	option 'ipaddr'	'192.168.1.1'
+	option 'netmask' '255.255.255.0'
 
 config 'interface' 'wan'
-        option 'ifname' 'eth0'
-        option 'proto' 'dhcp'
+	option 'ifname' 'eth0'
+	option 'proto' 'dhcp'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/pb92/network b/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
index c2d3e1cb4..cdc1ea25f 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
@@ -16,16 +16,16 @@ config interface wan
 	option proto	dhcp
 
 config switch
-        option name     eth0
-        option reset    1
-        option enable_vlan 1
+	option name	eth0
+	option reset	1
+	option enable_vlan 1
 
 config switch_vlan
-        option device   eth0
-        option vlan     1
-        option ports    "0t 1 3 4 5"
+	option device	eth0
+	option vlan	1
+	option ports	"0t 1 3 4 5"
 
 config switch_vlan
-        option device   eth0
-        option vlan     2
-        option ports    "0t 2"
+	option device	eth0
+	option vlan	2
+	option ports	"0t 2"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
index 13ffab69f..c810a397b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	'dhcp'
 
 config switch
-        option name     'eth1'
-        option reset    '1'
-        option enable_vlan '1'
+	option name	'eth1'
+	option reset	'1'
+	option enable_vlan '1'
 
 config switch_vlan
-        option device   'eth1'
-        option vlan     '1'
-        option ports    '1 2 5'
+	option device	'eth1'
+	option vlan	'1'
+	option ports	'1 2 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
index 13ffab69f..c810a397b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	'dhcp'
 
 config switch
-        option name     'eth1'
-        option reset    '1'
-        option enable_vlan '1'
+	option name	'eth1'
+	option reset	'1'
+	option enable_vlan '1'
 
 config switch_vlan
-        option device   'eth1'
-        option vlan     '1'
-        option ports    '1 2 5'
+	option device	'eth1'
+	option vlan	'1'
+	option ports	'1 2 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
index d65080225..4e452750b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	'dhcp'
 
 config switch
-        option name     'eth1'
-        option reset    '1'
-        option enable_vlan '1'
+	option name	'eth1'
+	option reset	'1'
+	option enable_vlan '1'
 
 config switch_vlan
-        option device   'eth1'
-        option vlan     '1'
-        option ports    '0 1 2 3 5'
+	option device	'eth1'
+	option vlan	'1'
+	option ports	'0 1 2 3 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
index f678030ce..4e6e9e4ab 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	dhcp
 
 config switch
-        option name     eth1
-        option reset    1
-        option enable_vlan 1
+	option name	eth1
+	option reset	1
+	option enable_vlan 1
 
 config switch_vlan
-        option device   eth1
-        option vlan     1
-        option ports    "0 1 2 3 4"
+	option device	eth1
+	option vlan	1
+	option ports	"0 1 2 3 4"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
index f678030ce..4e6e9e4ab 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	dhcp
 
 config switch
-        option name     eth1
-        option reset    1
-        option enable_vlan 1
+	option name	eth1
+	option reset	1
+	option enable_vlan 1
 
 config switch_vlan
-        option device   eth1
-        option vlan     1
-        option ports    "0 1 2 3 4"
+	option device	eth1
+	option vlan	1
+	option ports	"0 1 2 3 4"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
index a2204d4a3..509138e77 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
@@ -16,11 +16,11 @@ config interface wan
 	option proto	dhcp
 
 config switch
-        option name	eth0
-        option reset	1
-        option enable_vlan 1
+	option name	eth0
+	option reset	1
+	option enable_vlan 1
 
 config switch_vlan
-        option device	eth0
-        option vlan	1
-        option ports	'0 1 2 3 4'
+	option device	eth0
+	option vlan	1
+	option ports	'0 1 2 3 4'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
index 7e710f229..5d142c543 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
@@ -1,31 +1,31 @@
 config 'interface' 'loopback'
-       option 'ifname'   'lo'
-       option 'proto'    'static'
-       option 'ipaddr'   '127.0.0.1'
-       option 'netmask'  '255.0.0.0'
+	option 'ifname'	'lo'
+	option 'proto'	'static'
+	option 'ipaddr'	'127.0.0.1'
+	option 'netmask' '255.0.0.0'
 
 config 'interface' 'lan'
-        option 'ifname'   'eth0.1'
-        option 'type'     'bridge'
-        option 'proto'    'static'
-        option 'ipaddr'   '192.168.1.1'
-        option 'netmask'  '255.255.255.0'
+	option 'ifname'	'eth0.1'
+	option 'type'	'bridge'
+	option 'proto'	'static'
+	option 'ipaddr'	'192.168.1.1'
+	option 'netmask' '255.255.255.0'
 
 config 'interface' 'wan'
-        option 'ifname' 'eth0.2'
-        option 'proto' 'dhcp'
+	option 'ifname' 'eth0.2'
+	option 'proto' 'dhcp'
 
 config 'switch'
 	option 'name' 'rtl8366rb'
-        option 'reset' '1'
-        option 'enable_vlan' '1'
+	option 'reset' '1'
+	option 'enable_vlan' '1'
 
 config 'switch_vlan'
-        option 'device' 'rtl8366rb'
-        option 'vlan' '1'
-        option 'ports' '1 2 3 4 5t'
+	option 'device' 'rtl8366rb'
+	option 'vlan' '1'
+	option 'ports' '1 2 3 4 5t'
 
 config 'switch_vlan'
-        option 'device' 'rtl8366rb'
-        option 'vlan' '2'
-        option 'ports' '0 5t'
+	option 'device' 'rtl8366rb'
+	option 'vlan' '2'
+	option 'ports' '0 5t'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
index d05fdf342..69d7dc712 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
@@ -54,7 +54,7 @@ config switch_port
 	option port		2
 	option led		9
 
-config switch_port                                              
+config switch_port
 	# Port 5 controls the configuration of the WAN LED and the
 	# section does not correspond to a real switch port.
 	#
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
index d05fdf342..69d7dc712 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
@@ -54,7 +54,7 @@ config switch_port
 	option port		2
 	option led		9
 
-config switch_port                                              
+config switch_port
 	# Port 5 controls the configuration of the WAN LED and the
 	# section does not correspond to a real switch port.
 	#
-- 
2.20.1