mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
whitespace fix
This commit is contained in:
parent
7d83324cdc
commit
b5f3c4cff3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue