projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579a77e
)
ofproto-dpif: Remove trailing whitespace.
author
Ethan Jackson
<ethan@nicira.com>
Fri, 18 Nov 2011 00:56:17 +0000
(16:56 -0800)
committer
Ethan Jackson
<ethan@nicira.com>
Fri, 18 Nov 2011 21:48:57 +0000
(13:48 -0800)
ofproto/ofproto-dpif.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index 951ed18c964a158d0a23573de1e4d4541ab14015..05cbcc825a912a373de6fd0ae470bb687b3345e4 100644
(file)
--- 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);
}