1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

whitespace nit

This commit is contained in:
Julian Elischer 2008-09-03 18:09:15 +00:00
parent cf725aeb0b
commit 9c6b07a695
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182733

View File

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