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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to