summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-09-03 18:09:15 +0000
committerjulian <julian@FreeBSD.org>2008-09-03 18:09:15 +0000
commitbd8631621b0ed6177e902cc197475e4dfcd97424 (patch)
tree4125721672f2c0b728e9355cee37b5c8359a569f /sys/netinet/ip_fw2.c
parent6997451f836d8272f2757d753e07ca8db038cdab (diff)
downloadFreeBSD-src-bd8631621b0ed6177e902cc197475e4dfcd97424.zip
FreeBSD-src-bd8631621b0ed6177e902cc197475e4dfcd97424.tar.gz
whitespace nit
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 6a17274..1f316c4 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -4461,7 +4461,7 @@ ipfw_tick(void * __unused unused)
continue;
if ( (q->state & BOTH_SYN) != BOTH_SYN)
continue;
- if (TIME_LEQ( time_uptime+V_dyn_keepalive_interval,
+ if (TIME_LEQ(time_uptime + V_dyn_keepalive_interval,
q->expire))
continue; /* too early */
if (TIME_LEQ(q->expire, time_uptime))
OpenPOWER on IntegriCloud