[Spice-devel] [PATCH spice-server v8 10/12] fixup! Convert RedChannel hierarchy to GObject

Frediano Ziglio fziglio at redhat.com
Mon Oct 24 08:40:53 UTC 2016


Removed some space changes

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/sound.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/sound.c b/server/sound.c
index 9edfa8a..c222c8d 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -1063,7 +1063,6 @@ SPICE_GNUC_VISIBLE void spice_server_playback_start(SpicePlaybackInstance *sin)
     sin->st->worker.active = 1;
     if (!channel)
         return;
-
     spice_assert(!playback_channel->base.active);
     reds_disable_mm_time(snd_channel_get_server(channel));
     playback_channel->base.active = TRUE;
@@ -1083,7 +1082,6 @@ SPICE_GNUC_VISIBLE void spice_server_playback_stop(SpicePlaybackInstance *sin)
     sin->st->worker.active = 0;
     if (!channel)
         return;
-
     spice_assert(playback_channel->base.active);
     reds_enable_mm_time(snd_channel_get_server(channel));
     playback_channel->base.active = FALSE;
-- 
2.7.4



More information about the Spice-devel mailing list