mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
tools: drop a superfluous linebreak in the list-quirks output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
48a7c507f8
commit
fcfffd80d7
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ tools_list_device_quirks(struct quirks_context *ctx,
|
|||
break;
|
||||
case QUIRK_ATTR_TRACKPOINT_MULTIPLIER:
|
||||
quirks_get_double(quirks, q, &d);
|
||||
snprintf(buf, sizeof(buf), "%s=%0.2f\n", name, d);
|
||||
snprintf(buf, sizeof(buf), "%s=%0.2f", name, d);
|
||||
callback(userdata, buf);
|
||||
break;
|
||||
case QUIRK_ATTR_USE_VELOCITY_AVERAGING:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue