[Spice-devel] [spice] main-channel-client: style fixup, indentation of return

Frediano Ziglio fziglio at redhat.com
Mon Sep 23 15:46:08 UTC 2019


> 
> From: Victor Toso <me at victortoso.com>
> 
> Found while reading the code.

Not sure if this is important but fine for me

> 
> Signed-off-by: Victor Toso <victortoso at redhat.com>

Otherwise,
   Acked-by: Frediano Ziglio <fziglio at redhat.com>

> ---
>  server/main-channel-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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-devel mailing list