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 /ripd | |
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 'ripd')
-rw-r--r-- | ripd/rip_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_snmp.c b/ripd/rip_snmp.c index 5a6b71fba..7260a40b1 100644 --- a/ripd/rip_snmp.c +++ b/ripd/rip_snmp.c @@ -551,7 +551,7 @@ static uint8_t *rip2PeerTable(struct variable *v, oid name[], size_t *length, return (uint8_t *)&domain; case RIP2PEERLASTUPDATE: -#if 0 +#if 0 /* We don't know the SNMP agent startup time. We have two choices here: * - assume ripd startup time equals SNMP agent startup time * - don't support this variable, at all |