]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/vty.c
Revert "*: reindent pt. 2"
[mirror_frr.git] / lib / vty.c
index 494fad7c3844d19ce9bb800b5710634e32367cc2..00579550e4723a2891d584b721c5cfad3524247e 100644 (file)
--- 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. */