mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
style: return(x) -> return (x)
Submitted by: mbr
This commit is contained in:
parent
08760d5a57
commit
49de9dcd8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90258
@ -721,7 +721,7 @@ __rpc_get_local_uid(SVCXPRT *transp, uid_t *uid)
|
||||
|
||||
cmcred = __svc_getcallercreds(transp);
|
||||
if (cmcred == NULL)
|
||||
return(-1);
|
||||
return (-1);
|
||||
*uid = cmcred->cmcred_euid;
|
||||
return(0);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user