svn commit: r225433 - head/sys/kern

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Sep 7 07:52:46 UTC 2011


Author: trasz
Date: Wed Sep  7 07:52:45 2011
New Revision: 225433
URL: http://svn.freebsd.org/changeset/base/225433

Log:
  Fix whitespace.
  
  Submitted by:	amdmi3
  Approved by:	re (rwatson)

Modified:
  head/sys/kern/kern_rctl.c

Modified: head/sys/kern/kern_rctl.c
==============================================================================
--- head/sys/kern/kern_rctl.c	Wed Sep  7 07:24:46 2011	(r225432)
+++ head/sys/kern/kern_rctl.c	Wed Sep  7 07:52:45 2011	(r225433)
@@ -368,7 +368,7 @@ rctl_enforce(struct proc *p, int resourc
 			 * got called from fork1().  For now just deny the
 			 * allocation instead.
 			 */
-                        if (p->p_state != PRS_NORMAL) {
+			if (p->p_state != PRS_NORMAL) {
 				should_deny = 1;
 				continue;
 			}


More information about the svn-src-all mailing list