rtsock.c: remove extraneous space

Submitted by:	Neel Chauhan <neel AT neelc DOT org>
Differential Revision:	https://reviews.freebsd.org/D26249
This commit is contained in:
Ed Maste 2020-09-05 16:13:36 +00:00
parent 5d6d106cf6
commit 4fa9815a3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365362

View File

@ -2137,7 +2137,7 @@ static struct protosw routesw[] = {
static struct domain routedomain = {
.dom_family = PF_ROUTE,
.dom_name = "route",
.dom_name = "route",
.dom_protosw = routesw,
.dom_protoswNPROTOSW = &routesw[nitems(routesw)]
};