Remove tailing whitespace.

This commit is contained in:
Michael Tuexen 2017-09-15 20:46:51 +00:00
parent 7c9470c075
commit 05d70babff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323628

View File

@ -535,7 +535,7 @@ gather_sctp(void)
"address family %d not supported",
xraddr->address.sa.sa_family);
}
faddr->encaps_port = xraddr->encaps_port;
faddr->encaps_port = xraddr->encaps_port;
faddr->state = xraddr->state;
faddr->next = NULL;
if (prev_faddr == NULL)