shell32/tests: Fix indentation warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e078c97d53
commit
79e95afbc3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue