Found some extra spaces during code inspection. Let's
get them cleaned up.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
vty_json(vty, jo);
}
-static void _clear_peer_counter(struct bfd_session *bs)
+static void _clear_peer_counter(struct bfd_session *bs)
{
/* Clear only pkt stats, intention is not to loose system
events counters */
ifname, vrfname);
if (bs == NULL)
return CMD_WARNING_CONFIG_FAILED;
-
+
_clear_peer_counter(bs);
return CMD_SUCCESS;