Whitespace fix.

This commit is contained in:
jhb 2008-10-23 21:50:16 +00:00
parent a1e1ad22e0
commit 2e4682de75

View File

@ -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)