Be consistent with white spaces.
MFC after: 1 month
This commit is contained in:
parent
19d9c0e11e
commit
fd45a47ba6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236915
@ -116,7 +116,7 @@ static uma_zone_t file_zone;
|
||||
|
||||
static int closefp(struct filedesc *fdp, int fd, struct file *fp,
|
||||
struct thread *td);
|
||||
static int do_dup(struct thread *td, int flags, int old, int new,
|
||||
static int do_dup(struct thread *td, int flags, int old, int new,
|
||||
register_t *retval);
|
||||
static int fd_first_free(struct filedesc *, int, int);
|
||||
static int fd_last_used(struct filedesc *, int, int);
|
||||
|
Loading…
Reference in New Issue
Block a user