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
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel