Commit bbfe02a5 authored by Kinga Wujek's avatar Kinga Wujek Committed by Adam Wujek

userspace/tools: fix indent in rtu_stat

Signed-off-by: 's avatarKinga Wujek <dev_public@wujek.eu>
parent fe624dc1
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment