mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[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:
parent
0758a5d2c2
commit
1c107f80cf
1 changed files with 2 additions and 3 deletions
|
@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
|
|||
BOOL APIENTRY
|
||||
NtUserLockWindowUpdate(HWND hWnd)
|
||||
{
|
||||
STUB
|
||||
|
||||
return 0;
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DWORD APIENTRY
|
||||
|
|
Loading…
Reference in a new issue