aboutsummaryrefslogtreecommitdiff
path: root/lib/bond.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-09-23 15:49:26 -0700
committerBen Pfaff <blp@nicira.com>2011-09-23 21:23:40 -0700
commit0d28538d500600e346ee02fbb86962da90ce06cd (patch)
tree73fa82d09d75bb128ff8e0fdea34ff51127375ca /lib/bond.c
parent0f4d9dce8150fced85070149e0820707d55ee252 (diff)
bond: Remove spurious blank line.
Diffstat (limited to 'lib/bond.c')
-rw-r--r--lib/bond.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bond.c b/lib/bond.c
index 5b984fb5..e15af04a 100644
--- a/lib/bond.c
+++ b/lib/bond.c
@@ -639,7 +639,6 @@ void
bond_account(struct bond *bond, const struct flow *flow, uint16_t vlan,
uint64_t n_bytes)
{
-
if (bond_is_balanced(bond)) {
lookup_bond_entry(bond, flow, vlan)->tx_bytes += n_bytes;
}