From fe73c8d55795a8fe7e95fc2c00af6899817b96b8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 30 Aug 2022 16:41:17 +0200 Subject: *: style fix Signed-off-by: Denys Vlasenko --- networking/tc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/tc.c b/networking/tc.c index 46ad23d..43187f7 100644 --- a/networking/tc.c +++ b/networking/tc.c @@ -214,7 +214,7 @@ static int prio_print_opt(struct rtattr *opt) return 0; parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt, sizeof(*qopt)); printf("bands %u priomap ", qopt->bands); - for (i=0; i<=TC_PRIO_MAX; i++) + for (i = 0; i <= TC_PRIO_MAX; i++) printf(" %d", qopt->priomap[i]); if (tb[TCA_PRIO_MQ]) -- cgit v1.1