mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
sound: Remove extraneous whitespace
No need for this whitespace before ';' Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
2165db758c
commit
a1b68f3631
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user