Remove some trailing whitespace.

Reviewed by: glebius, ae
Differential Revision: https://reviews.freebsd.org/D10386
This commit is contained in:
Alexander Kabaev 2017-12-23 16:24:00 +00:00
parent 3395dd6eb8
commit ce4ab99d82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327109

View File

@ -355,7 +355,7 @@ if_clone_alloc(const char *name, int maxunit)
return (ifc);
}
static int
if_clone_attach(struct if_clone *ifc)
{
@ -446,7 +446,7 @@ if_clone_detach(struct if_clone *ifc)
/* destroy all interfaces for this cloner */
while (!LIST_EMPTY(&ifc->ifc_iflist))
if_clone_destroyif(ifc, LIST_FIRST(&ifc->ifc_iflist));
IF_CLONE_REMREF(ifc);
}