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

Alexandre Julliard julliard at winehq.org
Mon Jan 31 15:55:16 CST 2022


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

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Sat Jan 29 00:36:50 2022 +0100

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

diff --git a/dlls/shlwapi/tests/istream.c b/dlls/shlwapi/tests/istream.c
index 84957ac8cd1..4894eabdf50 100644
--- a/dlls/shlwapi/tests/istream.c
+++ b/dlls/shlwapi/tests/istream.c
@@ -810,7 +810,7 @@ static void test_SHCreateMemStream(void)
     ok(num == 0, "expected 0, got 0x%08x\n", num);
 
     hr = IStream_Clone(stream, &stream2);
-todo_wine
+    todo_wine
     ok(hr == S_OK || broken(hr == E_NOTIMPL) /* < Win8 */, "Failed to clone a stream, hr %#x.\n", hr);
     if (hr == S_OK)
         IStream_Release(stream2);




More information about the wine-cvs mailing list