From 684b89c639e89cd411dad802c975fc5784951f3b Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Sat, 12 Mar 2011 19:45:02 +0100 Subject: Fix up some double spaces --- src/daemon/cpulimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/cpulimit.c') diff --git a/src/daemon/cpulimit.c b/src/daemon/cpulimit.c index c1c2a6f6..9e22d7e8 100644 --- a/src/daemon/cpulimit.c +++ b/src/daemon/cpulimit.c @@ -86,7 +86,7 @@ static struct sigaction sigaction_prev; static pa_bool_t installed = FALSE; /* The current state of operation */ -static enum { +static enum { PHASE_IDLE, /* Normal state */ PHASE_SOFT /* After CPU overload has been detected */ } phase = PHASE_IDLE; -- cgit