diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /net/bonding.sh | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/bonding.sh')
-rw-r--r-- | net/bonding.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bonding.sh b/net/bonding.sh index 415306c5..209d4f07 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -115,7 +115,7 @@ bonding_pre_start() bonding_stop() { - _is_bond || return 0 + _is_bond || return 0 local slaves= s= slaves=$( \ |