mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 06:10:06 +01:00
tools: reduce some spacing to compress the output a bit
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
589e320df6
commit
51e35d72ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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("\tsize %.0fx%.0fmm", w, h);
|
||||
printf(" size %.0fx%.0fmm", w, h);
|
||||
|
||||
if (libinput_device_config_tap_get_finger_count(dev)) {
|
||||
printf(" tap");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue