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

Francois Gouget fgouget at free.fr
Tue Mar 12 07:43:09 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 8bf284a5e1c..c5e67453229 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
     {
-- 
2.20.1




More information about the wine-devel mailing list