Francois Gouget : hid/tests: Remove a space before a '\n'.
Module: wine Branch: master Commit: e829de27fd56cf1bb4654e2ed0db293834a5aa95 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e829de27fd56cf1bb4654e2ed0... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Feb 3 11:22:19 2017 +0100 hid/tests: Remove a space before a '\n'. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/hid/tests/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hid/tests/device.c b/dlls/hid/tests/device.c index 91fade4..e72a500 100644 --- a/dlls/hid/tests/device.c +++ b/dlls/hid/tests/device.c @@ -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,
participants (1)
-
Alexandre Julliard