On Mon, Apr 21, 2014 at 07:20:43PM +0200, Carlos Garnacho wrote: > Signed-off-by: Carlos Garnacho <[email protected]> > --- > tools/event-debug.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tools/event-debug.c b/tools/event-debug.c > index c0a08a7..fb79be4 100644 > --- a/tools/event-debug.c > +++ b/tools/event-debug.c > @@ -221,8 +221,7 @@ print_event_header(struct libinput_event *ev) > > static void > print_event_time(uint32_t time) > -{ > - printf("%+6.2fs ", (time - start_time) / 1000.0); > +{ printf("%+6.2fs ", (time - start_time) / 1000.0); > } >
this one looks a bit odd, the other ones are merged, thanks. Cheers, Peter _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
