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:
Peter Hutterer 2018-11-05 14:12:00 +10:00
parent 48a7c507f8
commit fcfffd80d7

View file

@ -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: