diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 15:16:47 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 15:16:47 +0100 |
commit | eb95b5ec1a5c3bd4e57f3a134828f8de2875cb43 (patch) | |
tree | ccad68d68297a1af27deadc23d15a97195ddcc4e /nest/iface.c | |
parent | 49c7ef3b21e51ae7d1969baa52b4d8fd29b22eeb (diff) |
Nest: Minor formatting changes
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c index 5e0a2450..a876e9ff 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -880,7 +880,7 @@ if_show_summary(void) { struct iface *i; - cli_msg(-2005, "%-10s %-6s %-18s %s", "Interface", "State", "IPv4 address", "IPv6 address"); + cli_msg(-2005, "%-10s %-6s %-18s %s", "Interface", "State", "IPv4 address", "IPv6 address"); WALK_LIST(i, iface_list) { byte a4[IPA_MAX_TEXT_LENGTH + 17]; |