summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-03-12 19:45:02 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-03-18 09:20:07 +0000
commit684b89c639e89cd411dad802c975fc5784951f3b (patch)
tree430e8a9bbb2008a8d95899b5b2044734861f6db3 /src/daemon
parentefcddf68c7d8e7530ea82282c599fabfc34871ea (diff)
Fix up some double spaces
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/cpulimit.c2
-rwxr-xr-xsrc/daemon/esdcompat.in2
2 files changed, 2 insertions, 2 deletions
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;
diff --git a/src/daemon/esdcompat.in b/src/daemon/esdcompat.in
index 66501803..41a12a02 100755
--- a/src/daemon/esdcompat.in
+++ b/src/daemon/esdcompat.in
@@ -59,7 +59,7 @@ Ignored directives:
-terminate terminate esd daemone after last client exits
-nobeeps disable startup beeps
-trust start esd even if use of /tmp/.esd can be insecure
- -port PORT listen for connections at PORT (only for tcp/ip)
+ -port PORT listen for connections at PORT (only for tcp/ip)
-bind ADDRESS binds to ADDRESS (only for tcp/ip)
EOF
exit 0