diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-03-17 13:04:56 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-03-17 13:04:56 +0000 |
commit | d1dffe342c7159f0f45353f88f1a79cc7c04a356 (patch) | |
tree | b4ae7878445ce5c15e5e21eb2261d2d37736a25e /sys/netinet | |
parent | cf9cd1298dc46e753db39e2c628da2a9109ec2fa (diff) | |
download | FreeBSD-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.c | 2 |
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) { |