diff options
Diffstat (limited to 'docs/tex/binary_mutex.tex')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
