summaryrefslogtreecommitdiffstats
path: root/lib/vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 494fad7c3..00579550e 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2822,9 +2822,7 @@ static int vty_config_write(struct vty *vty)
}
struct cmd_node vty_node = {
- VTY_NODE,
- "%s(config-line)# ",
- 1,
+ VTY_NODE, "%s(config-line)# ", 1,
};
/* Reset all VTY status. */