mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:33:22 +00:00
[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:
parent
f38e09e9f0
commit
42c7efd2ff
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue