mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 21:30:36 +01:00
tools: add a missing space in the proximity in axis listing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b6195694d8
commit
6ed158f99d
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ print_proximity_event(struct libinput_event *ev)
|
|||
abort();
|
||||
}
|
||||
|
||||
printq("\t%s (%#" PRIx64 ", id %#" PRIx64 ") %s",
|
||||
printq("\t%s (%#" PRIx64 ", id %#" PRIx64 ") %s ",
|
||||
tool_str,
|
||||
libinput_tablet_tool_get_serial(tool),
|
||||
libinput_tablet_tool_get_tool_id(tool),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue