svn commit: r243094 - stable/7/sys/kern

Baptiste Daroussin bapt at FreeBSD.org
Thu Nov 15 18:05:39 UTC 2012


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

Log:
  MFC r243022:
  small style fix

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

Modified: stable/7/sys/kern/kern_prot.c
==============================================================================
--- stable/7/sys/kern/kern_prot.c	Thu Nov 15 18:05:34 2012	(r243093)
+++ stable/7/sys/kern/kern_prot.c	Thu Nov 15 18:05:38 2012	(r243094)
@@ -1938,7 +1938,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);
 }
 
 /*


More information about the svn-src-all mailing list