ovs-ofctl: Style fix.
[openvswitch] / 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;