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:
emaste 2020-09-05 16:13:36 +00:00
parent 6e198eadbb
commit ed43fe6152

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)]
};