diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-03-26 15:07:41 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-03-30 09:02:31 +1000 |
commit | 943e258ccaae824fbaaad9973f05810304969088 (patch) | |
tree | b34d0e1980b31412d64d0462797c669d50928139 /tools | |
parent | 33b30d463137db6549e0e3208cbd1ce66a492bd3 (diff) |
tools/record: line up the "neutral state" message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libinput-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 45fb02d7..f04d5cde 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"); } } |