From 473f65a256fb7c41c8de2cf7c5f228b8dbb12576 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 15 Nov 2012 21:28:56 -0800 Subject: [PATCH] ovs-ofctl: Style fix. Signed-off-by: Ben Pfaff Reviewed-by: Simon Horman --- utilities/ovs-ofctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2