summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2004-03-12 18:09:23 +0000
committerclaudio <claudio@openbsd.org>2004-03-12 18:09:23 +0000
commitd6b59d9b2f936519d5ec07fc84ab5ed379cfa3ff (patch)
tree66576bd4d345bb78fb1ef0bc318c52994bb3fb3a
parenttypos; (diff)
downloadwireguard-openbsd-d6b59d9b2f936519d5ec07fc84ab5ed379cfa3ff.tar.xz
wireguard-openbsd-d6b59d9b2f936519d5ec07fc84ab5ed379cfa3ff.zip
tab at EOL
-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);