[Spice-commits] server/main-channel-client.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 24 07:47:26 UTC 2019


 server/main-channel-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c83420feae5f8cb9c959a719fdb6516be8f253e9
Author: Victor Toso <me at victortoso.com>
Date:   Mon Sep 23 17:40:32 2019 +0200

    main-channel-client: style fixup, indentation of return
    
    Signed-off-by: Victor Toso <victortoso at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/main-channel-client.c b/server/main-channel-client.c
index 1261ad78..ef6e065f 100644
--- a/server/main-channel-client.c
+++ b/server/main-channel-client.c
@@ -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);
 }


More information about the Spice-commits mailing list