From 62ec69278d4f569736a053f7ebc53f9fd1becc2e Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin Date: Sun, 25 Nov 2018 20:31:04 +0700 Subject: [PATCH] [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 f182d4fa30c..a4c7f214044 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