bfdd: Clean up some white space snafu's

Found some extra spaces during code inspection.  Let's
get them cleaned up.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-01-05 16:11:52 -05:00
parent d91df4d7b7
commit 2d73a32668

View File

@ -472,7 +472,7 @@ static void _display_peers_counter(struct vty *vty, char *vrfname, bool use_json
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 */
@ -743,7 +743,7 @@ DEFPY(bfd_clear_peer_counters, bfd_clear_peer_counters_cmd,
ifname, vrfname);
if (bs == NULL)
return CMD_WARNING_CONFIG_FAILED;
_clear_peer_counter(bs);
return CMD_SUCCESS;