From 638fc64c64d637607554bc4b132dd20e4ff30e1c Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 17 Apr 2021 23:29:30 +0300 Subject: [PATCH] zebra: Format changes for evpn_mh_neigh_holdtime_cmd Just to avoid fixing all the time manually this stuff after not relevant changes. Signed-off-by: Donatas Abraitis --- zebra/zebra_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 8061f34d2b..9d7af3f6c7 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2530,8 +2530,8 @@ DEFPY (evpn_mh_neigh_holdtime, "Duration in seconds\n") { - return zebra_evpn_mh_neigh_holdtime_update(vty, duration, - no ? true : false); + return zebra_evpn_mh_neigh_holdtime_update(vty, duration, + no ? true : false); } DEFPY (evpn_mh_startup_delay, -- 2.39.5