summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2008-09-20 16:17:49 +0000
committerrik <rik@FreeBSD.org>2008-09-20 16:17:49 +0000
commit2600b8bb7d56e3fd70e3137ace9e035499ba158e (patch)
treeed28b28651033cc4104ca336c83b5acb78bc4a58 /sbin/ipfw
parenta32f707733c85820ecb4ee9dec2f248c602b2e34 (diff)
downloadFreeBSD-src-2600b8bb7d56e3fd70e3137ace9e035499ba158e.zip
FreeBSD-src-2600b8bb7d56e3fd70e3137ace9e035499ba158e.tar.gz
Style(9) the show_nat() function.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index fb13886..2ceb0c5 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -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;
OpenPOWER on IntegriCloud