bridge: Minor style fix.
[sliver-openvswitch.git] / vswitchd / bridge.c
index 7d1c8ed..fed22d3 100644 (file)
@@ -1730,8 +1730,7 @@ iface_refresh_status(struct iface *iface)
     if (!error) {
         mtu_64 = mtu;
         ovsrec_interface_set_mtu(iface->cfg, &mtu_64, 1);
-    }
-    else {
+    } else {
         ovsrec_interface_set_mtu(iface->cfg, NULL, 0);
     }
 }