summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2016-01-27 04:35:57 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2016-01-27 04:35:57 +0000
commitca43c058170bb11719e7cd670080ff47126cb885 (patch)
tree738c6f5451522d7dba3a0ba54808e8a089715998 /sys/net
parent00948b42161aa14aa1db8f7573d7d34acd647556 (diff)
white space tweaks. no functional change.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_pfsync.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/net/if_pfsync.c b/sys/net/if_pfsync.c
index dfcbb798ba1..952f1cce199 100644
--- a/sys/net/if_pfsync.c
+++ b/sys/net/if_pfsync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.c,v 1.225 2016/01/26 22:23:15 sashan Exp $ */
+/* $OpenBSD: if_pfsync.c,v 1.226 2016/01/27 04:35:56 dlg Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -1748,7 +1748,7 @@ pfsync_undefer(struct pfsync_deferral *pd, int drop)
switch (pd->pd_st->key[PF_SK_WIRE]->af) {
case AF_INET:
pf_route(&pd->pd_m, pd->pd_st->rule.ptr,
- pd->pd_st->direction,
+ pd->pd_st->direction,
pd->pd_st->rt_kif->pfik_ifp, pd->pd_st);
break;
#ifdef INET6
@@ -1766,13 +1766,13 @@ pfsync_undefer(struct pfsync_deferral *pd, int drop)
0);
break;
#ifdef INET6
- case AF_INET6:
- ip6_output(pd->pd_m, NULL, NULL, 0,
+ case AF_INET6:
+ ip6_output(pd->pd_m, NULL, NULL, 0,
NULL, NULL);
break;
#endif /* INET6 */
}
- }
+ }
}
pool_put(&sc->sc_pool, pd);