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

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


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

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

propsys/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/propsys/tests/propsys.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/propsys/tests/propsys.c b/dlls/propsys/tests/propsys.c
index 6370c01dc80..792ef1dd785 100644
--- a/dlls/propsys/tests/propsys.c
+++ b/dlls/propsys/tests/propsys.c
@@ -840,7 +840,7 @@ static void test_PropVariantCompareEx(void)
 
     /* VT_R4/VT_R8 */
     res = PropVariantCompareEx(&r4_0, &r8_0, 0, 0);
-todo_wine
+    todo_wine
     ok(res == 0, "res=%i\n", res);
 
     res = PropVariantCompareEx(&r4_0, &r4_0, 0, 0);
@@ -2014,7 +2014,7 @@ static void test_PSCreatePropertyStoreFromObject(void)
     ok(hr == E_POINTER, "Unexpected hr %#x.\n", hr);
 
     hr = PSCreatePropertyStoreFromObject((IUnknown *)propstore, STGM_READWRITE, &IID_IUnknown, (void **)&unk);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Failed to create wrapper, hr %#x.\n", hr);
     if (SUCCEEDED(hr))
     {




More information about the wine-cvs mailing list