summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2016-02-16 20:33:18 +0000
committertuexen <tuexen@FreeBSD.org>2016-02-16 20:33:18 +0000
commit8d5a88a7e3e7c558ab1285cea65ec2c70ad974da (patch)
treee92873280516ab2862f818d100870a9b4b6872c0 /sys/netinet/sctp_asconf.c
parentf5f409a8f02eeecf490efbe61a1d85539d45627d (diff)
downloadFreeBSD-src-8d5a88a7e3e7c558ab1285cea65ec2c70ad974da.zip
FreeBSD-src-8d5a88a7e3e7c558ab1285cea65ec2c70ad974da.tar.gz
Whitespace changes.
Diffstat (limited to 'sys/netinet/sctp_asconf.c')
-rw-r--r--sys/netinet/sctp_asconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c
index bc1572a..58bc8ae 100644
--- a/sys/netinet/sctp_asconf.c
+++ b/sys/netinet/sctp_asconf.c
@@ -3278,7 +3278,7 @@ sctp_addr_mgmt_ep_sa(struct sctp_inpcb *inp, struct sockaddr *sa,
SCTP_ASOC_ANY_STATE,
(void *)asc, 0,
sctp_asconf_iterator_end, inp, 0);
- if (ret) {
+ if (ret) {
SCTP_PRINTF("Failed to initiate iterator for addr_mgmt_ep_sa\n");
SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_ASCONF, EFAULT);
sctp_asconf_iterator_end(asc, 0);
OpenPOWER on IntegriCloud