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

Alexandre Julliard julliard at winehq.org
Tue Mar 12 16:56:16 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 12 13:43:09 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/monitor.c b/dlls/user32/tests/monitor.c
index 8bf284a..c5e6745 100644
--- a/dlls/user32/tests/monitor.c
+++ b/dlls/user32/tests/monitor.c
@@ -195,7 +195,7 @@ static void test_enumdisplaydevices_monitor(int adapter_index, int monitor_index
             sscanf(device->DeviceID, "\\\\?\\DISPLAY#Default_Monitor#%[^#]#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}", buffer) == 1 || /* win8+ */
             (!lstrcmpiA(buffer, device_id_prefix) &&
              sscanf(device->DeviceID + sizeof(device_id_prefix) - 1, "%04d", &number) == 1), /* XP/2003 ignores EDD_GET_DEVICE_INTERFACE_NAME */
-            "#%d: wrong DeviceID : %s \n", monitor_index, device->DeviceID);
+            "#%d: wrong DeviceID : %s\n", monitor_index, device->DeviceID);
     }
     else
     {




More information about the wine-cvs mailing list