From b88a2fe1703098c710d642953382809f07bab211 Mon Sep 17 00:00:00 2001 From: Roman Kurakin Date: Sat, 20 Sep 2008 16:17:49 +0000 Subject: [PATCH] Style(9) the show_nat() function. --- sbin/ipfw/ipfw2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index fb13886f4d17..2ceb0c54b1e8 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;