diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
commit | ac9279cc0d5a00bc17908b2914941186020cd3ce (patch) | |
tree | 850a4fe19917113e75bfd2e79d00b58208468503 /net.Linux/bridge.sh | |
parent | 444f23e2d158389b22d40537fc9b027d9f575229 (diff) |
Massive whitespace cleanup
Diffstat (limited to 'net.Linux/bridge.sh')
-rw-r--r-- | net.Linux/bridge.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh index d0545890..6c3019bc 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 | \ |