From 0d28538d500600e346ee02fbb86962da90ce06cd Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 23 Sep 2011 15:49:26 -0700 Subject: [PATCH] bond: Remove spurious blank line. --- lib/bond.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bond.c b/lib/bond.c index 5b984fb55..e15af04a3 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; } -- 2.43.0