aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-12 16:03:29 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-12 16:03:29 +0000
commit8699f5e6bd40857166afb7bf112585d28e21b8f6 (patch)
treebd33157077531ea34fd02d9eab6d2b58c6ffc395 /src
parentbc588fc03fdfc804a96f95f04c9f248932bfd885 (diff)
downloadayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.tar.gz
ayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.tar.bz2
ayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.zip
white space removal
Diffstat (limited to 'src')
-rw-r--r--src/pulse-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulse-manager.c b/src/pulse-manager.c
index e202c7d..e32d723 100644
--- a/src/pulse-manager.c
+++ b/src/pulse-manager.c
@@ -113,7 +113,6 @@ static gboolean sink_available()
g_debug("About to test for to see if the available sink is null");
gboolean available = (g_strcasecmp(s->name, " auto_null ") != 0) && s->active_port == TRUE;
g_debug("sink_available (auto_null && !active_port) %i", available);
-
return available;
}