mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Style(9) the show_nat() function.
This commit is contained in:
parent
03d4b38d9e
commit
b88a2fe170
1 changed files with 2 additions and 1 deletions
|
|
@ -5971,7 +5971,8 @@ table_handler(int ac, char *av[])
|
|||
}
|
||||
|
||||
static void
|
||||
show_nat(int ac, char **av) {
|
||||
show_nat(int ac, char **av)
|
||||
{
|
||||
struct cfg_nat *n;
|
||||
struct cfg_redir *e;
|
||||
int cmd, i, nbytes, do_cfg, do_rule, frule, lrule, nalloc, size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue