[Spice-devel] [Spice-commits] src/channel-main.c
Frediano Ziglio
fziglio at redhat.com
Fri Mar 20 05:21:23 UTC 2020
>
> Hi
>
> On Thu, Mar 19, 2020 at 6:05 PM GitLab Mirror
> <gitlab-mirror at kemper.freedesktop.org> wrote:
> >
> > src/channel-main.c | 36 +++++++++++++++++++-----------------
> > 1 file changed, 19 insertions(+), 17 deletions(-)
> >
> > New commits:
> > commit 1defa5c0f0107b8496b7696408aad064c65947a5
> > Author: Frediano Ziglio <fziglio at redhat.com>
> > Date: Tue Mar 17 21:27:19 2020 +0000
> >
> > channel-main: Fix indentation
> >
> > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> > Acked-by: Victor Toso <victortoso at redhat.com>
> >
> > diff --git a/src/channel-main.c b/src/channel-main.c
> > index 1e85a36..0a0b9ca 100644
> > --- a/src/channel-main.c
> > +++ b/src/channel-main.c
> > @@ -283,13 +283,13 @@ static void spice_main_get_property(GObject
> > *object,
> > switch (prop_id) {
> > case PROP_MOUSE_MODE:
> > g_value_set_int(value, c->mouse_mode);
> > - break;
> > + break;
> > case PROP_AGENT_CONNECTED:
> > g_value_set_boolean(value, c->agent_connected);
> > - break;
> > + break;
> > case PROP_AGENT_CAPS_0:
> > g_value_set_int(value, c->agent_caps[0]);
> > - break;
> > + break;
>
> Hmm, this looks weird:
>
> https://gitlab.freedesktop.org/spice/spice-gtk/-/blob/master/src/channel-main.c#L283
>
Indeed, thanks
https://gitlab.freedesktop.org/spice/spice-gtk/-/merge_requests/38
Frediano
More information about the Spice-devel
mailing list