diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-12 16:03:29 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-12 16:03:29 +0000 |
commit | 8699f5e6bd40857166afb7bf112585d28e21b8f6 (patch) | |
tree | bd33157077531ea34fd02d9eab6d2b58c6ffc395 | |
parent | bc588fc03fdfc804a96f95f04c9f248932bfd885 (diff) | |
download | ayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.tar.gz ayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.tar.bz2 ayatana-indicator-sound-8699f5e6bd40857166afb7bf112585d28e21b8f6.zip |
white space removal
-rw-r--r-- | src/pulse-manager.c | 1 |
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; } |