Skip to content

Commit

Permalink
tools: add a missing space in the proximity in axis listing
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Sep 27, 2018
1 parent b619569 commit 6ed158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libinput-debug-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6ed158f

Please sign in to comment.