--- server/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sound.c b/server/sound.c index ff78c08..6a6d965 100644 --- a/server/sound.c +++ b/server/sound.c @@ -976,7 +976,7 @@ void snd_set_playback_latency(RedClient *client, uint32_t latency) static int snd_desired_audio_mode(bool playback_compression, int frequency, bool client_can_celt, bool client_can_opus) { - if (! playback_compression) + if (!playback_compression) return SPICE_AUDIO_DATA_MODE_RAW; if (client_can_opus && snd_codec_is_capable(SPICE_AUDIO_DATA_MODE_OPUS, frequency)) -- 2.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel