mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 22:58:37 +00:00
hid/tests: Remove a space before a '\n'.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
71f08b364f
commit
e829de27fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user