From 2fff50ec018fb6ea64329399b103be7f4359f021 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 18 Apr 2019 20:03:35 +0000 Subject: vrrpd, lib: style fixes Fixup: * Blank lines after declarations * Trailing whitespace * Braces and parentheses Signed-off-by: Quentin Young --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index 73bb9580cd..18426e0c51 100644 --- a/lib/command.c +++ b/lib/command.c @@ -149,7 +149,7 @@ const char *node_names[] = { "bfd", /* BFD_NODE */ "bfd peer", /* BFD_PEER_NODE */ "openfabric", // OPENFABRIC_NODE - "vrrp", // VRRP_NODE + "vrrp", /* VRRP_NODE */ }; /* clang-format on */ -- cgit v1.2.3