diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 18:44:43 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-09-30 18:44:43 +0200 |
commit | c258527bd2475234a67b8335b622ad57eec0bc7e (patch) | |
tree | 245bec30402003d529f51d034857f27df6fbbda3 /bgpd/bgp_snmp.c | |
parent | Merge pull request #5060 from chiragshah6/evpn_dev2 (diff) | |
download | frr-c258527bd2475234a67b8335b622ad57eec0bc7e.tar.xz frr-c258527bd2475234a67b8335b622ad57eec0bc7e.zip |
*: strip trailing whitespace
Some of it has snuck by CI
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_snmp.c')
-rw-r--r-- | bgpd/bgp_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_snmp.c b/bgpd/bgp_snmp.c index c26644089..f31f8cd31 100644 --- a/bgpd/bgp_snmp.c +++ b/bgpd/bgp_snmp.c @@ -46,7 +46,7 @@ /* BGP TRAP. */ #define BGPESTABLISHED 1 -#define BGPBACKWARDTRANSITION 2 +#define BGPBACKWARDTRANSITION 2 /* BGP MIB bgpVersion. */ #define BGPVERSION 0 |