aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-11-17 16:56:17 -0800
committerEthan Jackson <ethan@nicira.com>2011-11-18 13:48:57 -0800
commite29749d571b1e23ef8512c1da3407f2451df0ee3 (patch)
tree4f375fe7bdba26c3763ee6a37650144ba1f47110 /ofproto/ofproto-dpif.c
parent579a77e024b93ba5dfb840468c2fcd804e576d7b (diff)
ofproto-dpif: Remove trailing whitespace.
Diffstat (limited to 'ofproto/ofproto-dpif.c')
-rw-r--r--ofproto/ofproto-dpif.c2
1 files changed, 1 insertions, 1 deletions
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);
}