bridge: Remove redundant newline.
authorEthan Jackson <ethan@nicira.com>
Tue, 29 Nov 2011 21:24:57 +0000 (13:24 -0800)
committerEthan Jackson <ethan@nicira.com>
Wed, 30 Nov 2011 19:20:52 +0000 (11:20 -0800)
vswitchd/bridge.c

index d2dcd02..d085f47 100644 (file)
@@ -2662,7 +2662,6 @@ port_configure_lacp(struct port *port, struct lacp_settings *s)
                                                  "lacp-heartbeat",
                                                  "false"), "true");
 
-
     lacp_time = get_port_other_config(port->cfg, "lacp-time", "slow");
     custom_time = atoi(lacp_time);
     if (!strcmp(lacp_time, "fast")) {