mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cache: whitespace nit in cache_fplookup_modifying
This commit is contained in:
parent
4dc1b17dbb
commit
aae03cfe64
1 changed files with 1 additions and 1 deletions
|
|
@ -4283,7 +4283,7 @@ cache_fplookup_modifying(struct cache_fpl *fpl)
|
|||
if (!cache_fpl_islastcn(ndp)) {
|
||||
return (cache_fpl_partial(fpl));
|
||||
}
|
||||
return (cache_fplookup_final_modifying(fpl));
|
||||
return (cache_fplookup_final_modifying(fpl));
|
||||
}
|
||||
|
||||
static int __noinline
|
||||
|
|
|
|||
Loading…
Reference in a new issue