[PATCH 14/22] uxtheme/tests: Avoid "misleading indentation" warnings.

Fabian Maurer dark.shadow4 at web.de
Fri Jan 28 17:36:58 CST 2022


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

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index afc05b8549f..980676f9e57 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -885,11 +885,11 @@ static void test_buffered_paint(void)

     /* clearing */
     hr = pBufferedPaintClear(NULL, NULL);
-todo_wine
+    todo_wine
     ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);

     hr = pBufferedPaintClear(buffer, NULL);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Unexpected return code %#x\n", hr);

     /* access buffer attributes */
--
2.35.0




More information about the wine-devel mailing list