tools: align the tool type names on proximity nicely

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-01-30 09:45:37 +10:00
parent aa3001668a
commit acfec31103

View file

@ -581,7 +581,7 @@ print_proximity_event(struct libinput_event *ev)
abort();
}
printq("\t%s (%#" PRIx64 ", id %#" PRIx64 ") %s ",
printq("\t%-8s (%#" PRIx64 ", id %#" PRIx64 ") %s ",
tool_str,
libinput_tablet_tool_get_serial(tool),
libinput_tablet_tool_get_tool_id(tool),