Style fix
MFC after: 1 day
This commit is contained in:
parent
6f68699fbd
commit
6f0a5dea71
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user