summaryrefslogtreecommitdiff
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, 3 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 00579550e4..494fad7c38 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2822,7 +2822,9 @@ 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. */