[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)

Fix indentation (inconsistent with the rest of the file) and return actual BOOL.
This commit is contained in:
Andrew Boyarshin 2018-11-25 20:31:04 +07:00 committed by Hermès BÉLUSCA - MAÏTO
parent 1427e0bd2b
commit 62ec69278d

View file

@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
BOOL APIENTRY
NtUserLockWindowUpdate(HWND hWnd)
{
STUB
return 0;
STUB;
return FALSE;
}
DWORD APIENTRY