[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
authorAndrew Boyarshin <andrew.boyarshin@gmail.com>
Sun, 25 Nov 2018 13:31:04 +0000 (20:31 +0700)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sun, 25 Nov 2018 13:31:04 +0000 (14:31 +0100)
Fix indentation (inconsistent with the rest of the file) and return actual BOOL.

win32ss/user/ntuser/ntstubs.c

index f182d4f..a4c7f21 100644 (file)
@@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
 BOOL APIENTRY
 NtUserLockWindowUpdate(HWND hWnd)
 {
-   STUB
-
-   return 0;
+    STUB;
+    return FALSE;
 }
 
 DWORD APIENTRY