From d3892e80f787f86062733bd8ad3e725fb548d6fe Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 30 Nov 2025 09:51:43 -0500 Subject: chore: added new aliases for OwnPtr and ErrorOr (OwnOr) chore: use STATIC_PASS instead of static_assert in /src/kernel. Signed-off-by: Amlal El Mahrouss --- docs/tex/binary_mutex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tex/binary_mutex.tex') diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 66869fd2..f5d54743 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -44,10 +44,10 @@ class BinaryMutex final { public: bool IsLocked() const; - bool Unlock() ; + bool Unlock(); public: - BOOL WaitForProcess(const UInt32& sec) ; + BOOL WaitForProcess(const UInt32& sec); public: bool Lock(USER_PROCESS* process); -- cgit v1.2.3