On Čt, 2015-11-26 at 08:15 +0100, Pavel Grunt wrote: > Hi Lukas, > > can you get all of them? > > Thanks, > Pavel > > On Wed, 2015-11-25 at 16:25 +0100, Lukas Venhoda wrote: > > --- > > common/canvas_utils.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/common/canvas_utils.c b/common/canvas_utils.c > > index 0d1591a..789cd76 100644 > > --- a/common/canvas_utils.c > > +++ b/common/canvas_utils.c > > @@ -293,7 +293,7 @@ pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData > > *canvas_data, > > > > /* pixman requires strides to be 4-byte aligned */ > > stride = SPICE_ALIGN(stride, 4); > > - > > + > > if (!top_down) { > > stride = -stride; > > } > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/spice-devel FWIW git grep helps here: spice-common: $ git grep -n '[[:space:]]\+$' COPYING:58:^L COPYING:114:^L COPYING:161:^L COPYING:219:^L COPYING:270:^L COPYING:332:^L COPYING:373:^L COPYING:425:^L COPYING:459:^L common/canvas_utils.c:296: common/lines.c:930:^L common/lines.c:978:^L common/lines.c:1024:^L common/lines.c:1069:^L common/lines.c:1114:^L common/log.c:55: common/log.c:79: common/sw_canvas.c:98: spice-gtk, spice: good (just those ^L's in COPYING) libcacard: COPYING:149: usbredir: $ git grep -In '[[:space:]]\+$' COPYING.LIB:58:^L COPYING.LIB:114:^L COPYING.LIB:161:^L COPYING.LIB:219:^L COPYING.LIB:270:^L COPYING.LIB:332:^L COPYING.LIB:373:^L COPYING.LIB:425:^L COPYING.LIB:459:^L ChangeLog:79:-Windows support usb-redirection-protocol.txt:264: usb_redir_cap_bulk_streams, usb-redirection-protocol.txt:732: uint8_t endpoint; usbredirhost/usbredirhost.c:309: case LIBUSB_ERROR_INVALID_PARAM: usbredirhost/usbredirhost.c:1345:} usbredirparser/usbredirparser.c:95: usbredirparser/usbredirparser.c:305: usbredirparser/usbredirparser.c:1060: for (;;) { usbredirparser/usbredirparser.c:1728: if (type_header_len < 0 || usbredirparser/usbredirparser.c:1729: type_header_len > sizeof(parser->type_header) || usbredirparser/usbredirproto.h:119: usb_redir_cap_bulk_streams, usbredirparser/usbredirproto.h:141: uint64_t id; usbredirparser/usbredirproto.h:267: uint16_t length; usbredirserver/usbredirserver.1:36:.br usbredirserver/usbredirserver.c:285: usbredirtestclient/usbredirtestclient.c:381: if (!(control_packet.endpoint & 0x80)) { cheers, David _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel