From cef49e514a184dfd6cfa11192cfb0b723a418be0 Mon Sep 17 00:00:00 2001 From: Roman Mashak Date: Sun, 28 Aug 2016 08:52:40 -0400 Subject: [PATCH] police: add extra space to improve police result printing Signed-off-by: Roman Mashak Signed-off-by: Jamal Hadi Salim --- tc/m_police.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_police.c b/tc/m_police.c index f0b179fcc..d7fa8f665 100644 --- a/tc/m_police.c +++ b/tc/m_police.c @@ -322,7 +322,7 @@ int print_police(struct action_util *a, FILE *f, struct rtattr *arg) if (tb[TCA_POLICE_RESULT]) { __u32 action = rta_getattr_u32(tb[TCA_POLICE_RESULT]); - fprintf(f, "/%s", action_n2a(action)); + fprintf(f, "/%s ", action_n2a(action)); } else fprintf(f, " "); -- 2.47.3