summaryrefslogtreecommitdiff
path: root/nest/neighbor.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-06 17:43:55 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-07 17:12:33 +0100
commita82f692e5844d5efdc091a796dc0e8ae8ab5a322 (patch)
tree149028be11635b0097f929d7ae922f3e1042f7b8 /nest/neighbor.c
parent28b3b551222ab58456a067a9be4790824cdbb60e (diff)
Nest: Trivial whitespace cleanup
Diffstat (limited to 'nest/neighbor.c')
-rw-r--r--nest/neighbor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/neighbor.c b/nest/neighbor.c
index fb05d96c..4f93e29e 100644
--- a/nest/neighbor.c
+++ b/nest/neighbor.c
@@ -156,7 +156,7 @@ neigh_find2(struct proto *p, ip_addr *a, struct iface *ifa, unsigned flags)
WALK_LIST(i, iface_list)
if ((!p->vrf || p->vrf == i->master) &&
((scope = if_connected(a, i, &addr)) >= 0))
- {
+ {
ifa = i;
break;
}