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 d2dcd02732940fbf8e345c78d9e6d9bd9ede9371..d085f47b151123b54c92a209e59be4cf6d6d3357 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")) {