Commit e829de27 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hid/tests: Remove a space before a '\n'.

parent 71f08b36
......@@ -204,7 +204,7 @@ static void process_data(HIDP_CAPS Caps, PHIDP_PREPARSED_DATA ppd, CHAR *data, D
status = HidP_GetValueCaps(HidP_Input, values, &length, ppd);
ok(status == HIDP_STATUS_SUCCESS, "Failed to get value caps (%x)\n",status);
trace("\tValues: \n");
trace("\tValues:\n");
for (i = 0; i < length; i++)
{
status = HidP_GetUsageValue(HidP_Input, values[i].UsagePage, 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment