summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-08-29 13:03:27 +0300
committerAlon Levy <alevy@redhat.com>2012-08-30 17:08:09 +0300
commit1dbe5af2ac25b32578a17a33bf142b173afd72e6 (patch)
tree3e257dcee60fa6d1b3abe4e2540b0c487b138d75
parente9557228d88f7dbf08fd06308a478febeae98b6d (diff)
downloadspice-1dbe5af2ac25b32578a17a33bf142b173afd72e6.tar.gz
spice-1dbe5af2ac25b32578a17a33bf142b173afd72e6.tar.xz
spice-1dbe5af2ac25b32578a17a33bf142b173afd72e6.zip
server/inputs_channel.c: whitespace fix
-rw-r--r--server/inputs_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index ada5a423..bf5c22e9 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -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;
}