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

Alexandre Julliard julliard at winehq.org
Wed Jan 26 15:57:29 CST 2022


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

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Tue Jan 25 22:06:33 2022 +0100

dbgeng/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/dbgeng/tests/dbgeng.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbgeng/tests/dbgeng.c b/dlls/dbgeng/tests/dbgeng.c
index 62797175193..53dabd5bc36 100644
--- a/dlls/dbgeng/tests/dbgeng.c
+++ b/dlls/dbgeng/tests/dbgeng.c
@@ -303,7 +303,7 @@ static void test_attach(void)
     ok(hr == S_OK, "Failed to detach, hr %#x.\n", hr);
 
     hr = client->lpVtbl->EndSession(client, DEBUG_END_ACTIVE_DETACH);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Failed to end session, hr %#x.\n", hr);
 
     SetEvent(event);




More information about the wine-cvs mailing list