diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-30 11:23:01 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-30 11:27:11 -0400 |
| commit | 60466a63f2a3c1da8c99721ec018c8b73610b548 (patch) | |
| tree | 62153f2941a8ba88c0ffd2070ad6749d7730a34d /zebra/zebra_rib.c | |
| parent | cc1edd39297bd763e0e1a942e15881a3ac99453a (diff) | |
*: fix style
Fixes style nits introduced by recent pull requests.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index eecefa09c8..a49f36aa81 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -292,7 +292,7 @@ struct nexthop *route_entry_nexthop_ipv6_ifindex_add(struct route_entry *re, } struct nexthop *route_entry_nexthop_blackhole_add(struct route_entry *re, - enum blackhole_type bh_type) + enum blackhole_type bh_type) { struct nexthop *nexthop; @@ -2394,8 +2394,8 @@ void rib_delete(afi_t afi, safi_t safi, vrf_id_t vrf_id, int type, "via %s ifindex %d type %d " "doesn't exist in rib", inet_ntop( - family2afi(afi), &nh->gate, - buf2, + family2afi(afi), + &nh->gate, buf2, INET_ADDRSTRLEN), /* FIXME */ nh->ifindex, type); |
