[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 14:31:04 +01:00
committed by Hermès BÉLUSCA - MAÏTO
parent 1427e0bd2b
commit 62ec69278d
+2 -3
View File
@@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
BOOL APIENTRY
NtUserLockWindowUpdate(HWND hWnd)
{
STUB
return 0;
STUB;
return FALSE;
}
DWORD APIENTRY