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

Fix indentation (inconsistent with the rest of the file) and return actual BOOL.
picked from 0.4.11-dev-838-g 62ec69278d
This commit is contained in:
Joachim Henze 2020-12-21 10:13:09 +01:00
parent 0758a5d2c2
commit 1c107f80cf

View file

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