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); 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 /* Clear only pkt stats, intention is not to loose system
events counters */ events counters */
@ -743,7 +743,7 @@ DEFPY(bfd_clear_peer_counters, bfd_clear_peer_counters_cmd,
ifname, vrfname); ifname, vrfname);
if (bs == NULL) if (bs == NULL)
return CMD_WARNING_CONFIG_FAILED; return CMD_WARNING_CONFIG_FAILED;
_clear_peer_counter(bs); _clear_peer_counter(bs);
return CMD_SUCCESS; return CMD_SUCCESS;