diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-05-30 15:15:50 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-05-30 15:36:46 +1000 |
commit | f929aff6c6fa044c16014663ecffc8e4dd025b95 (patch) | |
tree | 1760a3f085183ed0896ad3e8ee1653b10b9798c2 /tools | |
parent | 377046ee39cfccb0ddd8e31ed379c97f5490a22e (diff) |
tools: add missing space in libinput-list-devices output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libinput-list-devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libinput-list-devices.c b/tools/libinput-list-devices.c index 30bb2c4..7683c3f 100644 --- a/tools/libinput-list-devices.c +++ b/tools/libinput-list-devices.c @@ -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) ? "*" : "", |