tools/record: line up the "neutral state" message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-03-26 15:07:41 +10:00
parent 33b30d4631
commit 943e258cca

View file

@ -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");
}
}