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

Alexandre Julliard julliard at winehq.org
Fri Feb 3 13:31:33 CST 2017


Module: wine
Branch: master
Commit: e829de27fd56cf1bb4654e2ed0db293834a5aa95
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e829de27fd56cf1bb4654e2ed0db293834a5aa95

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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,




More information about the wine-cvs mailing list