sound: Remove extraneous whitespace

No need for this whitespace before ';'

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-01-11 09:48:17 +01:00 committed by Frediano Ziglio
parent 2165db758c
commit a1b68f3631

View File

@ -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);
}