From c4a0802f06ff2c66b6a2736491d046afb646bbc0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 25 Oct 2011 16:55:29 -0700 Subject: [PATCH] odp-util: Code formatting improvements. --- lib/odp-util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index 171b5fd3..f67816ef 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -182,8 +182,7 @@ format_odp_userspace_action(struct ds *ds, const struct nlattr *attr) memcpy(&cookie, &userdata, sizeof cookie); if (cookie.type == USER_ACTION_COOKIE_CONTROLLER) { - ds_put_format(ds, ",controller,length=%"PRIu32, - cookie.data); + ds_put_format(ds, ",controller,length=%"PRIu32, cookie.data); } else if (cookie.type == USER_ACTION_COOKIE_SFLOW) { ds_put_format(ds, ",sFlow,n_output=%"PRIu8"," "vid=%"PRIu16",pcp=%"PRIu8",ifindex=%"PRIu32, -- 2.30.2