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

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


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

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

msvcirt/tests: Avoid "misleading indentation" warnings.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcirt/tests/msvcirt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcirt/tests/msvcirt.c b/dlls/msvcirt/tests/msvcirt.c
index 21d513c0fd9..43ffb277ed4 100644
--- a/dlls/msvcirt/tests/msvcirt.c
+++ b/dlls/msvcirt/tests/msvcirt.c
@@ -3586,8 +3586,8 @@ static void test_ostream(void) {
     ret = (int) call_func1(p_ostream_opfx, &os1);
     ok(ret == 1, "expected 1 got %d\n", ret);
     os1.base_ios.sb = NULL;
-if (0) /* crashes on native */
-    call_func1(p_ostream_osfx, &os1);
+    if (0) /* crashes on native */
+        call_func1(p_ostream_osfx, &os1);
     os1.base_ios.sb = &fb1.base;
     os1.base_ios.flags = FLAGS_unitbuf;
     call_func1(p_ostream_osfx, &os1);




More information about the wine-cvs mailing list