bond: Remove spurious blank line.
authorBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 22:49:26 +0000 (15:49 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 24 Sep 2011 04:23:40 +0000 (21:23 -0700)
lib/bond.c

index 5b984fb..e15af04 100644 (file)
@@ -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;
     }