summaryrefslogtreecommitdiff
path: root/sys/net/pf.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-06-24 13:52:51 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-06-24 13:52:51 +0000
commit40ed16b97cabe2f194df0c265683615929570102 (patch)
tree8db3c10c4b666cccf96b6d51b234d48c5fab050a /sys/net/pf.c
parentae0aad3cc6eaac4536aab9cff524d4e8a360d105 (diff)
KNF
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r--sys/net/pf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index fbf3e7a9741..2bde791bebe 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.367 2003/06/21 09:07:01 djm Exp $ */
+/* $OpenBSD: pf.c,v 1.368 2003/06/24 13:52:50 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1102,7 +1102,7 @@ pf_send_tcp(const struct pf_rule *r, sa_family_t af,
tlen = sizeof(struct tcphdr);
if (mss)
tlen += 4;
-
+
switch (af) {
#ifdef INET
case AF_INET:
@@ -3510,7 +3510,7 @@ pf_test_state_tcp(struct pf_state **state, int direction, struct ifnet *ifp,
pf_print_state(*state);
pf_print_flags(th->th_flags);
printf(" seq=%u ack=%u len=%u ackskew=%d pkts=%d:%d\n",
- seq, ack, pd->p_len, ackskew,
+ seq, ack, pd->p_len, ackskew,
(*state)->packets[0], (*state)->packets[1]);
}