[0.4.7][WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
authorJoachim Henze <Joachim.Henze@reactos.org>
Mon, 21 Dec 2020 09:14:51 +0000 (10:14 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Mon, 21 Dec 2020 09:14:51 +0000 (10:14 +0100)
Fix indentation (inconsistent with the rest of the file) and return actual BOOL.
picked from 0.4.11-dev-838-g 62ec69278d4f569736a053f7ebc53f9fd1becc2e

win32ss/user/ntuser/ntstubs.c

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