Whitespace fix.
This commit is contained in:
parent
a1e1ad22e0
commit
2e4682de75
@ -2084,7 +2084,8 @@ struct faccessat_args {
|
||||
int flag;
|
||||
}
|
||||
#endif
|
||||
int faccessat(struct thread *td, struct faccessat_args *uap)
|
||||
int
|
||||
faccessat(struct thread *td, struct faccessat_args *uap)
|
||||
{
|
||||
|
||||
if (uap->flag & ~AT_EACCESS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user