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

Log:
  MFC r243022:
  small style fix

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

Modified: stable/8/sys/kern/kern_prot.c
==============================================================================
--- stable/8/sys/kern/kern_prot.c       Thu Nov 15 18:05:30 2012        
(r243092)
+++ stable/8/sys/kern/kern_prot.c       Thu Nov 15 18:05:34 2012        
(r243093)
@@ -2066,7 +2066,7 @@ getlogin(struct thread *td, struct getlo
        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