summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde_attr.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-03-12 18:09:24 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-03-12 18:09:24 +0000
commit7a51521740bd47a0ddc2458c7c897403511e18b3 (patch)
tree3e41fa15907593870024c2f1a59900ef38045e16 /usr.sbin/bgpd/rde_attr.c
parentf1ffa8909d710705cb238a23286245a377e09fdc (diff)
tab at EOL
Diffstat (limited to 'usr.sbin/bgpd/rde_attr.c')
-rw-r--r--usr.sbin/bgpd/rde_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_attr.c b/usr.sbin/bgpd/rde_attr.c
index e53252fb157..02e9698dc0c 100644
--- a/usr.sbin/bgpd/rde_attr.c
+++ b/usr.sbin/bgpd/rde_attr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_attr.c,v 1.21 2004/03/12 10:52:34 claudio Exp $ */
+/* $OpenBSD: rde_attr.c,v 1.22 2004/03/12 18:09:23 claudio Exp $ */
/*
* Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -508,7 +508,7 @@ struct attr *
attr_optget(struct attr_flags *attr, u_int8_t type)
{
struct attr *a;
-
+
TAILQ_FOREACH(a, &attr->others, attr_l) {
if (type == a->type)
return (a);