summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-07 02:00:06 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-07 02:00:06 +0000
commit4f39cdd2c6dddeafd129d4ad78b68964b220c3e2 (patch)
tree5757751e1fc603648dfe69e76215068f790c6499 /usr.sbin/bgpctl
parentb929dc1ed2d5880c074beebb6a989ca1deff0ca8 (diff)
KNF
Diffstat (limited to 'usr.sbin/bgpctl')
-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 *