From e829de27fd56cf1bb4654e2ed0db293834a5aa95 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 3 Feb 2017 11:22:19 +0100 Subject: [PATCH] hid/tests: Remove a space before a '\n'. Signed-off-by: Francois Gouget Signed-off-by: Aric Stewart Signed-off-by: Alexandre Julliard --- 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 91fade49ae9..e72a5000161 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,