From 1b49c3336ef9c359902295768101ff1428142188 Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 27 May 2021 13:59:44 +0000 Subject: [PATCH] remove excessive tabs and fix a tyop in comment. --- usr.sbin/bgpd/rde_peer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/bgpd/rde_peer.c b/usr.sbin/bgpd/rde_peer.c index 1bbebf93c48..9a7d084f11f 100644 --- a/usr.sbin/bgpd/rde_peer.c +++ b/usr.sbin/bgpd/rde_peer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_peer.c,v 1.7 2021/05/06 09:18:54 claudio Exp $ */ +/* $OpenBSD: rde_peer.c,v 1.8 2021/05/27 13:59:44 claudio Exp $ */ /* * Copyright (c) 2019 Claudio Jeker @@ -398,13 +398,13 @@ peer_flush(struct rde_peer *peer, u_int8_t aid, time_t staletime) /* * During graceful restart mark a peer as stale if the session goes down. - * For the specified AID the Adj-RIB-Out as marked stale and the staletime + * For the specified AID the Adj-RIB-Out is marked stale and the staletime * is set to the current timestamp for identifying stale routes in Adj-RIB-In. */ void peer_stale(struct rde_peer *peer, u_int8_t aid) { - time_t now; + time_t now; /* flush the now even staler routes out */ if (peer->staletime[aid]) -- 2.20.1