[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
[reactos.git] / 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