From 39c329bbd18b2df9b3d13c31d978555ec33b0758 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Mon, 20 Mar 2023 15:07:44 -0400 Subject: lib: staticd: vtysh: apply frrbot style requirements Signed-off-by: Christian Hopps --- vtysh/vtysh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vtysh/vtysh.h') diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 1a3b1a0de..2c202c353 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -34,7 +34,7 @@ extern struct thread_master *master; #define VTYSH_VRRPD 0x40000 #define VTYSH_PATHD 0x80000 #define VTYSH_PIM6D 0x100000 -#define VTYSH_MGMTD 0x200000 +#define VTYSH_MGMTD 0x200000 #define VTYSH_WAS_ACTIVE (-2) -- cgit v1.2.3