o Remove a tab missed in the previous whitespace commit.

This commit is contained in:
Robert Watson 2001-11-06 19:58:43 +00:00
parent 9afc1eee4f
commit 5c0c46c684

View File

@ -208,7 +208,7 @@ sysctl_kern_securelvl(SYSCTL_HANDLER_ARGS)
if (level < imax(securelevel,
req->p->p_ucred->cr_prison->pr_securelevel))
return (EPERM);
req->p->p_ucred->cr_prison->pr_securelevel = level;
req->p->p_ucred->cr_prison->pr_securelevel = level;
} else {
#ifdef REGRESSION
if (!regression_securelevel_nonmonotonic)