mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
server/inputs_channel.c: whitespace fix
This commit is contained in:
parent
e9557228d8
commit
1dbe5af2ac
@ -541,7 +541,7 @@ static void inputs_migrate(RedChannelClient *rcc)
|
||||
|
||||
static void inputs_push_keyboard_modifiers(uint8_t modifiers)
|
||||
{
|
||||
if (!g_inputs_channel || !red_channel_is_connected(&g_inputs_channel->base)||
|
||||
if (!g_inputs_channel || !red_channel_is_connected(&g_inputs_channel->base) ||
|
||||
g_inputs_channel->src_during_migrate) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user