[PATCH] shell32/tests: Fix indentation warning on GCC 6

Nikolay Sivov nsivov at codeweavers.com
Thu Aug 11 19:31:21 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/shell32/tests/shellole.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/shellole.c b/dlls/shell32/tests/shellole.c
index e8cf744..04c9632 100644
--- a/dlls/shell32/tests/shellole.c
+++ b/dlls/shell32/tests/shellole.c
@@ -871,8 +871,8 @@ static void test_SHCreateSessionKey(void)
         return;
     }
 
-if (0) /* crashes on native */
-    hr = pSHCreateSessionKey(KEY_READ, NULL);
+    if (0) /* crashes on native */
+        hr = pSHCreateSessionKey(KEY_READ, NULL);
 
     hkey = (HKEY)0xdeadbeef;
     hr = pSHCreateSessionKey(0, &hkey);
-- 
2.8.1




More information about the wine-patches mailing list