summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2006-08-18 22:36:05 +0000
committerjulian <julian@FreeBSD.org>2006-08-18 22:36:05 +0000
commit2e81f075ec517d298bfed516e8bc69c999f21c11 (patch)
treed5041cb81c60eba877cc6584063a4abd814ee3a9 /sys/netinet/ip_fw2.c
parent1eee061e71e491f1e9f42f75301f2f67346a470f (diff)
downloadFreeBSD-src-2e81f075ec517d298bfed516e8bc69c999f21c11.zip
FreeBSD-src-2e81f075ec517d298bfed516e8bc69c999f21c11.tar.gz
comply with style police
Submitted by: ru MFC after: 1 month
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 47fc7f6..e7d1405 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -2791,7 +2791,8 @@ check_body:
case O_LOG:
if (fw_verbose)
- ipfw_log(f, hlen, args, m, oif, offset, tablearg);
+ ipfw_log(f, hlen, args, m,
+ oif, offset, tablearg);
match = 1;
break;
@@ -3156,15 +3157,17 @@ check_body:
if (sa->sin_addr.s_addr == INADDR_ANY) {
bcopy(sa, &args->hopstore,
sizeof(*sa));
- args->hopstore.sin_addr.s_addr = htonl(tablearg);
- args->next_hop = &args->hopstore;
+ args->hopstore.sin_addr.s_addr =
+ htonl(tablearg);
+ args->next_hop =
+ &args->hopstore;
} else {
args->next_hop = sa;
}
}
retval = IP_FW_PASS;
- }
- goto done;
+ }
+ goto done;
case O_NETGRAPH:
case O_NGTEE:
OpenPOWER on IntegriCloud