From: Ethan Jackson Date: Fri, 18 Nov 2011 00:56:17 +0000 (-0800) Subject: ofproto-dpif: Remove trailing whitespace. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29749d571b1e23ef8512c1da3407f2451df0ee3;p=openvswitch ofproto-dpif: Remove trailing whitespace. --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 951ed18c..05cbcc82 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -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); }