[Spice-commits] server/sound.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Jan 11 10:53:02 UTC 2017


 server/sound.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1b68f363133f856d59be31bbba49fcefb436cff
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Jan 11 09:48:17 2017 +0100

    sound: Remove extraneous whitespace
    
    No need for this whitespace before ';'
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/sound.c b/server/sound.c
index 86bf3fc..7c71314 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -1509,7 +1509,7 @@ static void on_new_record_channel_client(SndChannel *channel, SndChannelClient *
 {
     spice_assert(client);
 
-    channel->connection = client ;
+    channel->connection = client;
     if (channel->volume.volume_nchannels) {
         snd_set_command(client, SND_VOLUME_MASK);
     }


More information about the Spice-commits mailing list