From: Moritz Warning Date: Sun, 31 May 2015 08:39:59 +0000 (+0200) Subject: alfred: fix whitespaces X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=a251e8fb2a89b1d893c2797a8d2571308d340740 alfred: fix whitespaces --- diff --git a/alfred/files/alfred.init b/alfred/files/alfred.init index b3b068a..5ce06c0 100755 --- a/alfred/files/alfred.init +++ b/alfred/files/alfred.init @@ -67,11 +67,11 @@ alfred_start() append alfred_args "$args" enable=1 - config_get_bool start_vis "$section" start_vis 0 - if [ "$start_vis" = 1 ] && [ -x /usr/sbin/batadv-vis ]; then - vis_enable=1 - append vis_args "-i $batmanif -s" - fi + config_get_bool start_vis "$section" start_vis 0 + if [ "$start_vis" = 1 ] && [ -x /usr/sbin/batadv-vis ]; then + vis_enable=1 + append vis_args "-i $batmanif -s" + fi config_get_bool run_facters "$section" run_facters 0