Style fix

MFC after:	1 day
This commit is contained in:
Baptiste Daroussin 2012-11-14 10:33:12 +00:00
parent 6f68699fbd
commit 6f0a5dea71

View File

@ -2087,7 +2087,7 @@ sys_getlogin(struct thread *td, struct getlogin_args *uap)
if (strlen(login) + 1 > uap->namelen)
return (ERANGE);
error = copyout(login, uap->namebuf, uap->namelen);
return(error);
return (error);
}
/*