[0.4.7][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:14:51 +01:00
parent f38e09e9f0
commit 42c7efd2ff

View file

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