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

Francois Gouget fgouget at free.fr
Fri Feb 3 04:22:19 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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,
-- 
2.11.0




More information about the wine-patches mailing list