https://git.reactos.org/?p=reactos.git;a=commitdiff;h=62ec69278d4f569736a053...
commit 62ec69278d4f569736a053f7ebc53f9fd1becc2e Author: Andrew Boyarshin andrew.boyarshin@gmail.com AuthorDate: Sun Nov 25 20:31:04 2018 +0700 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Sun Nov 25 14:31:04 2018 +0100
[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
Fix indentation (inconsistent with the rest of the file) and return actual BOOL. --- win32ss/user/ntuser/ntstubs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/win32ss/user/ntuser/ntstubs.c b/win32ss/user/ntuser/ntstubs.c index f182d4fa30..a4c7f21404 100644 --- a/win32ss/user/ntuser/ntstubs.c +++ b/win32ss/user/ntuser/ntstubs.c @@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl( BOOL APIENTRY NtUserLockWindowUpdate(HWND hWnd) { - STUB - - return 0; + STUB; + return FALSE; }
DWORD APIENTRY