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

Carlos Garnacho carlosg at gnome.org
Mon Apr 21 10:20:43 PDT 2014


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);
 }
 
 static void
-- 
1.9.0



More information about the wayland-devel mailing list