Author: bapt
Date: Thu Nov 15 18:05:30 2012
New Revision: 243092
URL: http://svnweb.freebsd.org/changeset/base/243092

Log:
  MFC r243022:
  small style fix

Modified:
  stable/9/sys/kern/kern_prot.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/kern_prot.c
==============================================================================
--- stable/9/sys/kern/kern_prot.c       Thu Nov 15 16:54:14 2012        
(r243091)
+++ stable/9/sys/kern/kern_prot.c       Thu Nov 15 18:05:30 2012        
(r243092)
@@ -2085,7 +2085,7 @@ sys_getlogin(struct thread *td, struct g
        SESS_UNLOCK(p->p_session);
        PROC_UNLOCK(p);
        error = copyout(login, uap->namebuf, uap->namelen);
-       return(error);
+       return (error);
 }
 
 /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to