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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0) /* crashes on native */
|
if (0) /* crashes on native */
|
||||||
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
||||||
|
|
||||||
hkey = (HKEY)0xdeadbeef;
|
hkey = (HKEY)0xdeadbeef;
|
||||||
hr = pSHCreateSessionKey(0, &hkey);
|
hr = pSHCreateSessionKey(0, &hkey);
|
||||||
|
|
Loading…
Reference in New Issue