From: Stephen Hemminger Date: Sat, 22 Apr 2023 03:09:04 +0000 (-0700) Subject: whitespace cleanup X-Git-Tag: v6.3.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e03796b6e1f2c67c70776c622afb9c7803a02c;p=thirdparty%2Fiproute2.git whitespace cleanup Remove trailing blanks. Signed-off-by: Stephen Hemminger --- diff --git a/ip/iplink.c b/ip/iplink.c index a8da52f9f..3910b6247 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -1629,7 +1629,7 @@ static void print_af_stats_attr(FILE *fp, int ifindex, struct rtattr *attr) if (!if_printed) { print_uint(PRINT_ANY, "ifindex", "%u:", ifindex); - print_color_string(PRINT_ANY, COLOR_IFNAME, + print_color_string(PRINT_ANY, COLOR_IFNAME, "ifname", "%s", ll_index_to_name(ifindex)); print_nl(); diff --git a/tc/tc_util.c b/tc/tc_util.c index d9dd5a819..0714134eb 100644 --- a/tc/tc_util.c +++ b/tc/tc_util.c @@ -471,7 +471,7 @@ static int parse_action_control_slash_spaces(int *argc_p, char ***argv_p, result_p = &result2; NEXT_ARG(); /* fall-through */ - case 0: + case 0: ret = parse_action_control(&argc, &argv, result_p, allow_num); if (ret)