summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-03-17 13:04:56 +0000
committerrwatson <rwatson@FreeBSD.org>2008-03-17 13:04:56 +0000
commitd1dffe342c7159f0f45353f88f1a79cc7c04a356 (patch)
treeb4ae7878445ce5c15e5e21eb2261d2d37736a25e /sys/netinet
parentcf9cd1298dc46e753db39e2c628da2a9109ec2fa (diff)
downloadFreeBSD-src-d1dffe342c7159f0f45353f88f1a79cc7c04a356.zip
FreeBSD-src-d1dffe342c7159f0f45353f88f1a79cc7c04a356.tar.gz
Fix indentation for a closing brace in in_pcballoc().
MFC after: 3 days
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 768a947..95ffe37 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -202,7 +202,7 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
mac_inpcb_destroy(inp);
#endif
goto out;
-}
+ }
#endif /*IPSEC*/
#ifdef INET6
if (INP_SOCKAF(so) == AF_INET6) {
OpenPOWER on IntegriCloud