svn commit: r236915 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Jun 11 20:01:50 UTC 2012


Author: pjd
Date: Mon Jun 11 20:01:50 2012
New Revision: 236915
URL: http://svn.freebsd.org/changeset/base/236915

Log:
  Be consistent with white spaces.
  
  MFC after:	1 month

Modified:
  head/sys/kern/kern_descrip.c

Modified: head/sys/kern/kern_descrip.c
==============================================================================
--- head/sys/kern/kern_descrip.c	Mon Jun 11 20:00:44 2012	(r236914)
+++ head/sys/kern/kern_descrip.c	Mon Jun 11 20:01:50 2012	(r236915)
@@ -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);


More information about the svn-src-all mailing list