Style(9) the show_nat() function.

This commit is contained in:
Roman Kurakin 2008-09-20 16:17:49 +00:00
parent 03d4b38d9e
commit b88a2fe170
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183206

View File

@ -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;