ofproto-dpif: Remove trailing whitespace.
authorEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 00:56:17 +0000 (16:56 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 21:48:57 +0000 (13:48 -0800)
ofproto/ofproto-dpif.c

index 951ed18..05cbcc8 100644 (file)
@@ -5325,7 +5325,7 @@ ofproto_dpif_unixctl_init(void)
     unixctl_command_register("fdb/flush", "bridge", ofproto_unixctl_fdb_flush,
                              NULL);
     unixctl_command_register("fdb/show", "bridge", ofproto_unixctl_fdb_show,
-                             NULL); 
+                             NULL);
     unixctl_command_register("ofproto/clog", "", ofproto_dpif_clog, NULL);
     unixctl_command_register("ofproto/unclog", "", ofproto_dpif_unclog, NULL);
 }