Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
libinput
libinput
Commits
6ed158f9
Commit
6ed158f9
authored
Sep 14, 2018
by
Peter Hutterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: add a missing space in the proximity in axis listing
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
b6195694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/libinput-debug-events.c
tools/libinput-debug-events.c
+1
-1
No files found.
tools/libinput-debug-events.c
View file @
6ed158f9
...
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment