diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-12 22:15:17 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-12 22:15:17 +0300 | 
| commit | 682abee174f7db9805b4675337a02f564f347af4 (patch) | |
| tree | 3d36f36ffb3bb2509f95b6bfa2244ed245f8cac5 /bgpd/bgp_updgrp.h | |
| parent | e8e36ff315cb41d353596665ccb14bd4c4731100 (diff) | |
bgpd: Apply frrbot styling
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_updgrp.h')
| -rw-r--r-- | bgpd/bgp_updgrp.h | 5 | 
1 files changed, 1 insertions, 4 deletions
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;  | 
