summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-25 22:02:56 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-25 22:02:56 +0000
commitf94838d4de1d4f263a170b892e306622f913ed47 (patch)
treed45165f8bd427be9e790b1b2be6d63596516b538 /usr.sbin
parentfa1ee3d7c6ed1a699c06734a736bdc52c235cca5 (diff)
spaces
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/log.c b/usr.sbin/bgpd/log.c
index ad0daf325a8..576d5e34092 100644
--- a/usr.sbin/bgpd/log.c
+++ b/usr.sbin/bgpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.33 2004/04/25 07:16:24 henning Exp $ */
+/* $OpenBSD: log.c,v 1.34 2004/04/25 22:02:55 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -118,7 +118,7 @@ log_fmt_peer(const struct peer_config *peer)
if (asprintf(&p, "%s/%u", ip, peer->remote_masklen) == -1)
fatal(NULL);
} else {
- if((p = strdup(ip)) == NULL)
+ if ((p = strdup(ip)) == NULL)
fatal(NULL);
}