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

Alexandre Julliard julliard at winehq.org
Fri Aug 12 10:00:59 CDT 2016


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 12 03:31:21 2016 +0300

shell32/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/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);




More information about the wine-cvs mailing list