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;
                        }
_______________________________________________
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