diff --git a/tools/libinput-list-devices.c b/tools/libinput-list-devices.c index 30bb2c43..7683c3f6 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) ? "*" : "",