dpif: Remove stray new-line.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 19:06:36 +0000 (11:06 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 19:06:36 +0000 (11:06 -0800)
Suggested by Justin Pettit.

lib/dpif.c

index 06f793c..6eaa5e0 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,