mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Whitespace nits.
This commit is contained in:
parent
0d68e7fead
commit
56c62ab69c
2 changed files with 4 additions and 4 deletions
|
|
@ -255,7 +255,7 @@ pfs_destroy(struct pfs_node *node)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* callback to free any private resources */
|
/* callback to free any private resources */
|
||||||
if(node->pn_destroy != NULL)
|
if (node->pn_destroy != NULL)
|
||||||
(node->pn_destroy)(node);
|
(node->pn_destroy)(node);
|
||||||
|
|
||||||
/* revoke vnodes and release memory */
|
/* revoke vnodes and release memory */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue