From ac9279cc0d5a00bc17908b2914941186020cd3ce Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 28 Nov 2007 15:45:03 +0000 Subject: Massive whitespace cleanup --- net.Linux/bridge.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net.Linux/bridge.sh') diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh index d054589..6c3019b 100644 --- a/net.Linux/bridge.sh +++ b/net.Linux/bridge.sh @@ -45,7 +45,7 @@ bridge_pre_start() { [ -n "${ports}" ] && bridge_post_stop ( - if [ -z "${ports}" -a -n "${brif}" ] ; then + if [ -z "${ports}" -a -n "${brif}" ]; then ports="${IFACE}" IFACE="${brif}" else @@ -100,7 +100,7 @@ bridge_pre_start() { bridge_post_stop() { local port= ports= delete=false extra= - if _is_bridge ; then + if _is_bridge; then ebegin "Destroying bridge ${IFACE}" _down ports="$(brctl show 2>/dev/null | \ -- cgit v1.2.3