1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Fix whitespace.

Submitted by:	amdmi3
Approved by:	re (rwatson)
This commit is contained in:
Edward Tomasz Napierala 2011-09-07 07:52:45 +00:00
parent c62055f6de
commit ba1b206990
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225433

View File

@ -368,7 +368,7 @@ rctl_enforce(struct proc *p, int resource, uint64_t amount)
* 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;
}