mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 22:10:16 +01:00
tools: align device notify output better
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c92213e24c
commit
589e320df6
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ print_device_notify(struct libinput_event *ev)
|
|||
libinput_device_group_set_user_data(group, (void*)group_id);
|
||||
}
|
||||
|
||||
printf("%-33s %5s %7s group%d",
|
||||
printf("%-33s %5s %7s group%-2d",
|
||||
libinput_device_get_name(dev),
|
||||
libinput_seat_get_physical_name(seat),
|
||||
libinput_seat_get_logical_name(seat),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue