mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 16:59:25 +00:00
main-channel-client: style fixup, indentation of return
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
4f2d90a784
commit
c83420feae
@ -566,7 +566,7 @@ void main_channel_client_handle_migrate_end(MainChannelClient *mcc)
|
||||
red_channel_warning(red_channel_client_get_channel(RED_CHANNEL_CLIENT(mcc)),
|
||||
"unexpected SPICE_MSGC_MIGRATE_END, "
|
||||
"client does not support semi-seamless migration");
|
||||
return;
|
||||
return;
|
||||
}
|
||||
red_client_semi_seamless_migrate_complete(client);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user