From 05d70babff56844226fd0cdca836a85037350c82 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Fri, 15 Sep 2017 20:46:51 +0000 Subject: [PATCH] Remove tailing whitespace. --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index a4de5d18a05b..ea439dc8d1f1 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -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)