ovs-ofctl: Style fix.
authorBen Pfaff <blp@nicira.com>
Fri, 16 Nov 2012 05:28:56 +0000 (21:28 -0800)
committerBen 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

index 0c146a42c0ebaf26690751dbb4503dfb8775218b..914be9840870535b4321d23f35f4d6cd946f3087 100644 (file)
@@ -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;