From 79e95afbc3ccc22049af08ddcdd660502441c14e Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Fri, 12 Aug 2016 03:31:21 +0300 Subject: [PATCH] shell32/tests: Fix indentation warning on GCC 6. Signed-off-by: Nikolay Sivov Signed-off-by: Alexandre Julliard --- 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 e8cf744958e..04c9632f967 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);