]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
whitespace cleanup
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 22 Apr 2023 03:09:04 +0000 (20:09 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 22 Apr 2023 03:12:05 +0000 (20:12 -0700)
Remove trailing blanks.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink.c
tc/tc_util.c

index a8da52f9f7ca5a8320008980d23961460ac480c2..3910b62478c3ccf72d950cea85f12dcd43cc4abc 100644 (file)
@@ -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();
index d9dd5a819ab9be14d05b1e231ffd1992001441b5..0714134eb548923ba3d735e426fca5b027e681cc 100644 (file)
@@ -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)