From 682abee174f7db9805b4675337a02f564f347af4 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 12 Apr 2022 22:15:17 +0300 Subject: [PATCH] bgpd: Apply frrbot styling Signed-off-by: Donatas Abraitis --- bgpd/bgp_attr.h | 2 +- bgpd/bgp_updgrp.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index 766fcb98c7..1837781032 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -376,7 +376,7 @@ enum bgp_attr_parse_ret { BGP_ATTR_PARSE_WITHDRAW = -2, /* only used internally, send notify + convert to BGP_ATTR_PARSE_ERROR - */ + */ BGP_ATTR_PARSE_ERROR_NOTIFYPLS = -3, BGP_ATTR_PARSE_EOR = -4, }; diff --git a/bgpd/bgp_updgrp.h b/bgpd/bgp_updgrp.h index a1560b093b..e3309ab7c5 100644 --- a/bgpd/bgp_updgrp.h +++ b/bgpd/bgp_updgrp.h @@ -74,10 +74,7 @@ | PEER_CAP_ADDPATH_AF_TX_ADV | PEER_CAP_ADDPATH_AF_RX_RCV \ | PEER_CAP_ENHE_AF_NEGO) -enum bpacket_attr_vec_type { - BGP_ATTR_VEC_NH = 0, - BGP_ATTR_VEC_MAX -}; +enum bpacket_attr_vec_type { BGP_ATTR_VEC_NH = 0, BGP_ATTR_VEC_MAX }; typedef struct { uint32_t flags; -- 2.39.5