whitespace fix

This commit is contained in:
Luigi Rizzo 2003-06-28 14:16:53 +00:00
parent 7d83324cdc
commit b5f3c4cff3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116981

View File

@ -440,7 +440,7 @@ verify_rev_path(struct in_addr src, struct ifnet *ifp)
(ro.ro_rt->rt_ifp->if_index != ifp->if_index))
return 0;
return 1;
return 1;
}