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

Nikolay Sivov nsivov at codeweavers.com
Tue Aug 9 12:07:42 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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);
-- 
2.8.1




More information about the wine-patches mailing list