[PATCH libinput 5/6] tools: Add missing newline

Peter Hutterer peter.hutterer at who-t.net
Tue Apr 22 18:24:25 PDT 2014


On Mon, Apr 21, 2014 at 07:20:43PM +0200, Carlos Garnacho wrote:
> Signed-off-by: Carlos Garnacho <carlosg at gnome.org>
> ---
>  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


More information about the wayland-devel mailing list