Be consistent with white spaces.

MFC after:	1 month
This commit is contained in:
Pawel Jakub Dawidek 2012-06-11 20:01:50 +00:00
parent 19d9c0e11e
commit fd45a47ba6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236915

View File

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