From bbfe02a506fc094e557c4868a5b340ff41534c05 Mon Sep 17 00:00:00 2001 From: Kinga Wujek <dev_public@wujek.eu> Date: Mon, 5 Oct 2020 15:18:42 +0200 Subject: [PATCH] userspace/tools: fix indent in rtu_stat Signed-off-by: Kinga Wujek <dev_public@wujek.eu> --- userspace/tools/rtu_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/tools/rtu_stat.c b/userspace/tools/rtu_stat.c index c9f9d1d0b..0dcea6150 100644 --- a/userspace/tools/rtu_stat.c +++ b/userspace/tools/rtu_stat.c @@ -975,7 +975,7 @@ int main(int argc, char **argv) { if (!rtu_htab_local[i].valid) continue; - printf("%-25s %-12s %2d %-7s (hash %03x:%x) ", + printf("%-25s %-12s %4d %-7s (hash %03x:%x) ", mac_to_buffer(rtu_htab_local[i].mac, mac_buf), decode_ports(rtu_htab_local[i].port_mask_dst, nports), rtu_htab_local[i].fid, -- GitLab