summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-18 20:03:35 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 00:27:08 +0000
commit2fff50ec018fb6ea64329399b103be7f4359f021 (patch)
tree0169145e9a0102fc1cecd63caef1e5a22e906c10 /lib/command.c
parent4edac1f75f2c8e3366feacf17482169547108bba (diff)
vrrpd, lib: style fixes
Fixup: * Blank lines after declarations * Trailing whitespace * Braces and parentheses Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 1 insertions, 1 deletions
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 */