summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-08-07 09:06:04 +0000
committerrwatson <rwatson@FreeBSD.org>2008-08-07 09:06:04 +0000
commitf9ebb230ca1b1ab7963cd38728716b73299417dc (patch)
tree0179386c003668ab48de645847636c77e0dca42e /sys/netinet/in_pcb.c
parent2b8f154f089a2bc16a6aae6620b7948ebb0524f1 (diff)
downloadFreeBSD-src-f9ebb230ca1b1ab7963cd38728716b73299417dc.zip
FreeBSD-src-f9ebb230ca1b1ab7963cd38728716b73299417dc.tar.gz
Minor white space tweaks.
MFC after: 1 week
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index c06c67f..88f86fb 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -221,7 +221,7 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
#endif
INP_WLOCK(inp);
inp->inp_gencnt = ++pcbinfo->ipi_gencnt;
-
+
#if defined(IPSEC) || defined(MAC)
out:
if (error != 0)
@@ -610,7 +610,7 @@ in_pcbconnect_setup(struct inpcb *inp, struct sockaddr *nam,
/*
* If we found a route, use the address corresponding to
* the outgoing interface.
- *
+ *
* Otherwise assume faddr is reachable on a directly connected
* network and try to find a corresponding interface to take
* the source address from.
@@ -718,7 +718,7 @@ in_pcbfree(struct inpcb *inp)
if (inp->inp_moptions != NULL)
inp_freemoptions(inp->inp_moptions);
inp->inp_vflag = 0;
-
+
#ifdef MAC
mac_inpcb_destroy(inp);
#endif
OpenPOWER on IntegriCloud