[PATCH 08/12] d3dcompiler/tests: Fix misleading indentation warnings

Fabian Maurer dark.shadow4 at web.de
Tue Jan 25 15:06:30 CST 2022


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/d3dcompiler_43/tests/asm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dcompiler_43/tests/asm.c b/dlls/d3dcompiler_43/tests/asm.c
index e467cec9623..27f2c5b063d 100644
--- a/dlls/d3dcompiler_43/tests/asm.c
+++ b/dlls/d3dcompiler_43/tests/asm.c
@@ -1725,7 +1725,7 @@ static void test_disassemble_shader(void)
     HRESULT hr;

     hr = D3DDisassemble(vs_2_0, 0, 0, NULL, &blob);
-todo_wine
+    todo_wine
 #if D3D_COMPILER_VERSION >= 46
     ok(hr == E_INVALIDARG, "Unexpected hr %#x.\n", hr);
 #else
@@ -1733,7 +1733,7 @@ todo_wine
 #endif

     hr = D3DDisassemble(vs_2_0, sizeof(vs_2_0), 0, NULL, &blob);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
     if (SUCCEEDED(hr))
         ID3D10Blob_Release(blob);
--
2.35.0




More information about the wine-devel mailing list