projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589e320
)
tools: reduce some spacing to compress the output a bit
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 3 Jan 2017 00:12:32 +0000
(10:12 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 3 Jan 2017 00:32:51 +0000
(10:32 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/event-debug.c
patch
|
blob
|
history
diff --git
a/tools/event-debug.c
b/tools/event-debug.c
index 1e48d9fc1c9eabc8b4e001bb5cdb0eb039f91b2a..d7d201885e803c088756511e6497905f98bfdc05 100644
(file)
--- a/
tools/event-debug.c
+++ b/
tools/event-debug.c
@@
-137,7
+137,7
@@
print_event_header(struct libinput_event *ev)
prefix = (last_device != dev) ? '-' : ' ';
- printf("%c%-7s %-16s ",
+ printf("%c%-7s %-16s ",
prefix,
libinput_device_get_sysname(dev),
type);
@@
-196,7
+196,7
@@
print_device_notify(struct libinput_event *ev)
printf("P");
if (libinput_device_get_size(dev, &w, &h) == 0)
- printf("
\t
size %.0fx%.0fmm", w, h);
+ printf("
size %.0fx%.0fmm", w, h);
if (libinput_device_config_tap_get_finger_count(dev)) {
printf(" tap");