diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2016-12-26 11:06:41 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2016-12-26 11:06:41 +0000 |
commit | b7b84c0e02d4be385b744b6061c63e7c0cccc4be (patch) | |
tree | 3506fdaa0bd8451f43f8016edc4ce6a4a8bd03b4 /sys/netinet/sctp_pcb.h | |
parent | a11bac7379aa0b0ca4f1c0c85f0cc68c0fe2b126 (diff) |
Whitespace changes.
The toolchain for processing the sources has been updated. No functional
change.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=310590
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index a2a1e7d79282..86fae1f4adac 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -379,8 +379,10 @@ struct sctp_inpcb { /* list of addrs in use by the EP, NULL if bound-all */ struct sctpladdr sctp_addr_list; - /* used for source address selection rotation when we are subset - * bound */ + /* + * used for source address selection rotation when we are subset + * bound + */ struct sctp_laddr *next_addr_touse; /* back pointer to our socket */ |