igmpproxy: fix init script indentation
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Dec 2014 14:52:18 +0000 (14:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Dec 2014 14:52:18 +0000 (14:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43658 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/services/igmpproxy/files/igmpproxy.init

index 8c15814..44f3f64 100644 (file)
@@ -33,11 +33,11 @@ igmp_header() {
 }
 
 igmp_add_phyint() {
-        local network direction altnets device up
+       local network direction altnets device up
 
-        config_get network $1 network
-        config_get direction $1 direction
-        config_get altnets $1 altnet
+       config_get network $1 network
+       config_get direction $1 direction
+       config_get altnets $1 altnet
 
        json_load "$(ifstatus $network)"
        json_get_var device l3_device