summaryrefslogtreecommitdiff
path: root/tc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2023-04-21 20:09:04 -0700
committerStephen Hemminger <stephen@networkplumber.org>2023-04-21 20:12:05 -0700
commit76e03796b6e1f2c67c70776c622afb9c7803a02c (patch)
tree56900938692f5af374129b823b172e02a77910f7 /tc
parent067c8247fa07451816ea493e971da11319faa0f8 (diff)
downloadiproute2-76e03796b6e1f2c67c70776c622afb9c7803a02c.tar.gz
whitespace cleanup
Remove trailing blanks. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc')
-rw-r--r--tc/tc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_util.c b/tc/tc_util.c
index d9dd5a81..0714134e 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)