From a1b68f363133f856d59be31bbba49fcefb436cff Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 11 Jan 2017 09:48:17 +0100 Subject: [PATCH] sound: Remove extraneous whitespace No need for this whitespace before ';' Acked-by: Frediano Ziglio --- server/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }