summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/printconf.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-03-01 17:04:08 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-03-01 17:04:08 +0000
commit6cb8e94f552779e2ee72a400af6177bdb43e2c24 (patch)
tree7732c5e9e22a3f45ed6021537c267724442e8a91 /usr.sbin/bgpd/printconf.c
parent5e10182ce2fa51d51f190e0eafd4b0d1a2358da9 (diff)
KNF
Diffstat (limited to 'usr.sbin/bgpd/printconf.c')
-rw-r--r--usr.sbin/bgpd/printconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/printconf.c b/usr.sbin/bgpd/printconf.c
index 09de7ef6d5c..f421184e366 100644
--- a/usr.sbin/bgpd/printconf.c
+++ b/usr.sbin/bgpd/printconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: printconf.c,v 1.6 2004/03/01 16:47:06 claudio Exp $ */
+/* $OpenBSD: printconf.c,v 1.7 2004/03/01 17:04:07 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -164,7 +164,7 @@ print_peer(struct peer_config *p)
printf("\n");
print_mrt(p->id, p->groupid, c == nada ? "\t" : "\t\t");
-
+
printf("%s}\n", c);
if (p->group[0])
printf("}\n");