aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-08-16 18:32:07 +0000
commita4f757cd5dc1421d90d72a34853247e0c2c18cce (patch)
tree6046e1d576e7bbc883254e0b133fbd6b383544f2 /sys/netinet/in_pcb.h
parentbf90c6ee99f84b5fc79be6c35ec15f783d6949b8 (diff)
downloadsrc-a4f757cd5dc1421d90d72a34853247e0c2c18cce.tar.gz
src-a4f757cd5dc1421d90d72a34853247e0c2c18cce.zip
White space cleanup for netinet before branch:
- Trailing tab/space cleanup - Remove spurious spaces between or before tabs This change avoids touching files that Andre likely has in his working set for PFIL hooks changes for IPFW/DUMMYNET. Approved by: re (scottl) Submitted by: Xin LI <delphij@frontfree.net>
Notes
Notes: svn path=/head/; revision=133874
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index d6dfe4dd0172..53a418ac526c 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -322,7 +322,7 @@ struct inpcbinfo { /* XXX documentation, prefixes */
#define INP_SOCKAF(so) so->so_proto->pr_domain->dom_family
-#define INP_CHECK_SOCKAF(so, af) (INP_SOCKAF(so) == af)
+#define INP_CHECK_SOCKAF(so, af) (INP_SOCKAF(so) == af)
#ifdef _KERNEL
extern int ipport_lowfirstauto;