Whitespace fix.

This commit is contained in:
John Baldwin 2001-12-18 18:03:48 +00:00
parent 8709e81edc
commit 1857e7825f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88137

View file

@ -1112,7 +1112,7 @@ osf1_setgid(td, uap)
oldcred = p->p_ucred;
if (((error = suser_xxx(p->p_ucred, NULL, PRISON_ROOT)) != 0 ) &&
gid != oldcred->cr_rgid && gid != oldcred->cr_svgid)
gid != oldcred->cr_rgid && gid != oldcred->cr_svgid)
return (error);
newcred = crdup(oldcred);