From 943e258ccaae824fbaaad9973f05810304969088 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 26 Mar 2021 15:07:41 +1000 Subject: [PATCH] tools/record: line up the "neutral state" message Signed-off-by: Peter Hutterer --- tools/libinput-record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 45fb02d..f04d5cd 100644 --- a/tools/libinput-record.c +++ b/tools/libinput-record.c @@ -387,7 +387,7 @@ handle_evdev_frame(struct record_device *d) if (d->touch.slot_state == 0) { iprintf(d->fp, I_EVENT, - " # Touch device in neutral state\n"); + " # Touch device in neutral state\n"); } } -- 2.7.4