mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Style: Whitespace fixes.
This commit is contained in:
parent
1ea67dd9e5
commit
d6b2bd0bc9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248387
@ -445,7 +445,7 @@ sys_getfsstat(td, uap)
|
||||
|
||||
/*
|
||||
* If (bufsize > 0 && bufseg == UIO_SYSSPACE)
|
||||
* The caller is responsible for freeing memory which will be allocated
|
||||
* The caller is responsible for freeing memory which will be allocated
|
||||
* in '*buf'.
|
||||
*/
|
||||
int
|
||||
@ -2843,7 +2843,6 @@ sys_lchmod(td, uap)
|
||||
uap->mode, AT_SYMLINK_NOFOLLOW));
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
kern_fchmodat(struct thread *td, int fd, char *path, enum uio_seg pathseg,
|
||||
mode_t mode, int flag)
|
||||
@ -4679,7 +4678,7 @@ kern_posix_fadvise(struct thread *td, int fd, off_t offset, off_t len,
|
||||
new = fa;
|
||||
fp->f_advice = NULL;
|
||||
} else if (offset <= fa->fa_start &&
|
||||
end >= fa->fa_start)
|
||||
end >= fa->fa_start)
|
||||
fa->fa_start = end + 1;
|
||||
else if (offset <= fa->fa_end && end >= fa->fa_end)
|
||||
fa->fa_end = offset - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user