From 284bd48a4407bf3b284b474415d2f533460af230 Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 7 Sep 2011 07:52:45 +0000 Subject: Fix whitespace. Submitted by: amdmi3 Approved by: re (rwatson) --- sys/kern/kern_rctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/kern_rctl.c b/sys/kern/kern_rctl.c index a8a463f..d60cae4 100644 --- a/sys/kern/kern_rctl.c +++ b/sys/kern/kern_rctl.c @@ -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; } -- cgit v1.1