Nikolay Sivov : wshom.ocx/tests: Fix indentation warning on GCC 6.

Alexandre Julliard julliard at winehq.org
Wed Aug 10 11:05:56 CDT 2016


Module: wine
Branch: master
Commit: b00d68a1946d41b7d276d8ba917183d90b0d47a3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b00d68a1946d41b7d276d8ba917183d90b0d47a3

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Aug  9 20:07:42 2016 +0300

wshom.ocx/tests: Fix indentation warning on GCC 6.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/wshom.ocx/tests/wshom.c b/dlls/wshom.ocx/tests/wshom.c
index a3d398e..61df0c1 100644
--- a/dlls/wshom.ocx/tests/wshom.c
+++ b/dlls/wshom.ocx/tests/wshom.c
@@ -213,8 +213,8 @@ static void test_wshshell(void)
     SysFreeString(str);
 
     /* current directory */
-if (0) /* crashes on native */
-    hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
+    if (0) /* crashes on native */
+        hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
 
     str = NULL;
     hr = IWshShell3_get_CurrentDirectory(sh3, &str);




More information about the wine-cvs mailing list