mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 14:40:26 +01:00
tools/record: line up the "neutral state" message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
33b30d4631
commit
943e258cca
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue