From: Stephen Hemminger Date: Mon, 11 Mar 2024 17:32:05 +0000 (-0700) Subject: tc/action: remove trailing whitespace X-Git-Tag: v6.9.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f0b157e9963c020f29678c0004fc6bbca4bb46;p=thirdparty%2Fiproute2.git tc/action: remove trailing whitespace Signed-off-by: Stephen Hemminger --- diff --git a/tc/m_action.c b/tc/m_action.c index f180ba09..d26a1c52 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -41,7 +41,7 @@ static void act_usage(void) */ fprintf(stderr, "usage: tc actions *\n" - "Where: ACTSPECOP := ACR | GD | FL\n" + "Where: ACTSPECOP := ACR | GD | FL\n" " ACR := add | change | replace *\n" " GD := get | delete | *\n" " FL := ls | list | flush | \n"