projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c7a2b
)
ovs-ofctl: Style fix.
author
Ben Pfaff
<blp@nicira.com>
Fri, 16 Nov 2012 05:28:56 +0000
(21:28 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 16 Nov 2012 17:20:07 +0000
(09:20 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Simon Horman <horms@verge.net.au>
utilities/ovs-ofctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-ofctl.c
b/utilities/ovs-ofctl.c
index 0c146a42c0ebaf26690751dbb4503dfb8775218b..914be9840870535b4321d23f35f4d6cd946f3087 100644
(file)
--- a/
utilities/ovs-ofctl.c
+++ b/
utilities/ovs-ofctl.c
@@
-319,7
+319,8
@@
ofctl_exit(struct unixctl_conn *conn, int argc OVS_UNUSED,
static void run(int retval, const char *message, ...)
PRINTF_FORMAT(2, 3);
-static void run(int retval, const char *message, ...)
+static void
+run(int retval, const char *message, ...)
{
if (retval) {
va_list args;