Fabian Maurer : dxva2/tests: Avoid "misleading indentation" warnings.

Alexandre Julliard julliard at winehq.org
Thu Jan 27 15:36:19 CST 2022


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

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Thu Jan 27 20:15:56 2022 +0100

dxva2/tests: Avoid "misleading indentation" warnings.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/dxva2/tests/dxva2.c b/dlls/dxva2/tests/dxva2.c
index 5de39fe1360..d94299f0c78 100644
--- a/dlls/dxva2/tests/dxva2.c
+++ b/dlls/dxva2/tests/dxva2.c
@@ -356,7 +356,7 @@ static void test_device_manager(void)
 
         count = 0;
         hr = IDirectXVideoProcessorService_GetVideoProcessorDeviceGuids(proc_service, &video_desc, &count, &guids);
-    todo_wine_if(rt_formats[i] == MAKEFOURCC('A','Y','U','V'))
+        todo_wine_if(rt_formats[i] == MAKEFOURCC('A','Y','U','V'))
         ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
         if (FAILED(hr)) continue;
         ok(count > 0, "Unexpected device count.\n");




More information about the wine-cvs mailing list