Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2011 07:52:45 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225433 - head/sys/kern
Message-ID:  <201109070752.p877qjH8021462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 			}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109070752.p877qjH8021462>