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

Alexandre Julliard julliard at winehq.org
Fri Jan 28 14:29:31 CST 2022


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

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

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

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index 1486a643604..fd0611c72ac 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -2256,7 +2256,7 @@ static void test_IMLangConvertCharset(IMultiLanguage *ml)
     HRESULT hr;
 
     hr = IMultiLanguage_CreateConvertCharset(ml, CP_ACP, CP_UTF8, 0, &convert);
-todo_wine
+    todo_wine
     ok(hr == S_FALSE, "expected S_FALSE got 0x%08x\n", hr);
 
     hr = IMLangConvertCharset_GetSourceCodePage(convert, NULL);




More information about the wine-cvs mailing list