From: Ben Pfaff Date: Fri, 16 Nov 2012 05:28:56 +0000 (-0800) Subject: ovs-ofctl: Style fix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff_plain;h=473f65a256fb7c41c8de2cf7c5f228b8dbb12576 ovs-ofctl: Style fix. Signed-off-by: Ben Pfaff Reviewed-by: Simon Horman --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 0c146a42..914be984 100644 --- 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;