summaryrefslogtreecommitdiff
path: root/lib/memory_vty.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-06-21 17:15:40 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-06-29 17:34:54 +0000
commit1318e7c84190d55d958cd412276115850d46f55f (patch)
tree8d8c1b5831997a4771cb7614575ad42c471b9862 /lib/memory_vty.c
parent96ade3ed7716c89b8047a1c0ab3377985d461cf8 (diff)
*: s/VTY_NEWLINE/VTYNL/g
Should be able to fit more vty_out onto one line now Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/memory_vty.c')
-rw-r--r--lib/memory_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory_vty.c b/lib/memory_vty.c
index 56621869f9..5983efbdcc 100644
--- a/lib/memory_vty.c
+++ b/lib/memory_vty.c
@@ -110,7 +110,7 @@ DEFUN (show_modules,
vty_outln (vty, "%-12s %-25s %s%s",
"Module Name", "Version", "Description",
- VTY_NEWLINE);
+ VTYNL);
while (plug)
{
const struct frrmod_info *i = plug->info;