summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-01-07 02:00:05 +0000
committerhenning <henning@openbsd.org>2004-01-07 02:00:05 +0000
commit560eadf93538625bc607beadfdfc111ef0f21539 (patch)
tree8255a6f9124b1543d7eb428d1b37184be39b38fc
parentdon't ever send kroute change (that includes add) requests to the parent (diff)
downloadwireguard-openbsd-560eadf93538625bc607beadfdfc111ef0f21539.tar.xz
wireguard-openbsd-560eadf93538625bc607beadfdfc111ef0f21539.zip
KNF
-rw-r--r--usr.sbin/bgpctl/bgpctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index c1153ccf724..42fcf6c27b3 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.20 2004/01/06 23:23:49 henning Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.21 2004/01/07 02:00:05 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -402,7 +402,7 @@ fmt_timeframe(time_t t)
if (t == 0)
return ("Never");
else
- return(fmt_timeframe_core(time(NULL) - t));
+ return (fmt_timeframe_core(time(NULL) - t));
}
static char *