White cleanups.

This commit is contained in:
Michael Tuexen 2017-12-26 16:33:55 +00:00
parent 65ef323137
commit fa5867cbd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327214

View File

@ -445,8 +445,7 @@ int sysctl_chg_timer(SYSCTL_HANDLER_ARGS)
timer = (timer > SN_MAX_TIMER) ? (SN_MAX_TIMER) : (timer);
if (((u_int *)arg1) != &sysctl_holddown_timer)
{
if (((u_int *)arg1) != &sysctl_holddown_timer) {
timer = (timer < SN_MIN_TIMER) ? (SN_MIN_TIMER) : (timer);
}