filedesc: fix whitespace nits in fget and fget_read
No functional changes.
This commit is contained in:
parent
7cb7f93bfe
commit
4b90cc79ee
@ -2499,7 +2499,7 @@ int
|
||||
fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp)
|
||||
{
|
||||
|
||||
return(_fget(td, fd, fpp, 0, rightsp, NULL));
|
||||
return (_fget(td, fd, fpp, 0, rightsp, NULL));
|
||||
}
|
||||
|
||||
int
|
||||
@ -2514,7 +2514,7 @@ int
|
||||
fget_read(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp)
|
||||
{
|
||||
|
||||
return(_fget(td, fd, fpp, FREAD, rightsp, NULL));
|
||||
return (_fget(td, fd, fpp, FREAD, rightsp, NULL));
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user