mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 08:40:06 +01:00
tools: add missing space in libinput-list-devices output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
377046ee39
commit
f929aff6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ accel_profiles(struct libinput_device *device)
|
|||
|
||||
profile = libinput_device_config_accel_get_default_profile(device);
|
||||
xasprintf(&str,
|
||||
"%s%s%s%s",
|
||||
"%s%s %s%s",
|
||||
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "*" : "",
|
||||
(profiles & LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "flat" : "",
|
||||
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE) ? "*" : "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue