diff --git a/server/sound.c b/server/sound.c index 86bf3fc4..7c713149 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); }