aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-08-04 11:30:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-08-04 11:30:40 +0000
commit4923a3c2626c0671cfd6d8bd55a8817e4e786e3b (patch)
treeb0d2bdf9492f4406c54de38779dec90c776af564 /package
parentcf679bf727feac1388d5efc319c1e5a3849eed19 (diff)
downloadmaster-187ad058-4923a3c2626c0671cfd6d8bd55a8817e4e786e3b.tar.gz
master-187ad058-4923a3c2626c0671cfd6d8bd55a8817e4e786e3b.tar.bz2
master-187ad058-4923a3c2626c0671cfd6d8bd55a8817e4e786e3b.zip
tab/whitespace fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/files/sbin/wifi10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi
index 51e10af103..8b65e4567d 100755
--- a/package/base-files/files/sbin/wifi
+++ b/package/base-files/files/sbin/wifi
@@ -38,11 +38,11 @@ bridge_interface() {(
wifi_updown() {
[ enable = "$1" ] && wifi_updown disable "$2"
for device in ${2:-$DEVICES}; do (
- config_get disabled "$device" disabled
- [ 1 == "$disabled" ] && {
- echo "'$device' is disabled"
- set disable
- }
+ config_get disabled "$device" disabled
+ [ 1 == "$disabled" ] && {
+ echo "'$device' is disabled"
+ set disable
+ }
config_get iftype "$device" type
if eval "type ${1}_$iftype" 2>/dev/null >/dev/null; then
eval "scan_$iftype '$device'"