[Spice-devel] [RFC PATCH 02/16] OT: style
Frediano Ziglio
fziglio at redhat.com
Wed Jan 25 14:02:01 UTC 2017
>
> On Wed, Jan 25, 2017 at 12:42:25PM +0000, Frediano Ziglio wrote:
> > ---
> > server/red-channel.c | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/server/red-channel.c b/server/red-channel.c
> > index f2a35f3..15f556c 100644
> > --- a/server/red-channel.c
> > +++ b/server/red-channel.c
> > @@ -682,8 +682,7 @@ int red_channel_pipes_new_add_push(RedChannel *channel,
> >
> > void red_channel_pipes_new_add(RedChannel *channel, new_pipe_item_t
> > creator, void *data)
> > {
> > - red_channel_pipes_create_batch(channel, creator, data,
> > - red_channel_client_pipe_add);
> > + red_channel_pipes_create_batch(channel, creator, data,
> > red_channel_client_pipe_add);
>
> This ends on column 88, don't we try to keep lines below 80 chars?
>
> Christophe
>
100
Frediano
More information about the Spice-devel
mailing list