dpif: Remove stray new-line.
[openvswitch] / lib / dpif.c
index 06f793ca636ec4c13163a947c1f3df508a1d91fc..6eaa5e0c84cb813f141d1ce355a65d9fcac7f9e5 100644 (file)
@@ -298,7 +298,6 @@ dpif_set_drop_frags(struct dpif *dpif, bool drop_frags)
     return error;
 }
 
-
 /* Attempts to add 'devname' as a port on 'dpif', given the combination of
  * ODP_PORT_* flags in 'flags'.  If successful, returns 0 and sets '*port_nop'
  * to the new port's port number (if 'port_nop' is non-null).  On failure,