summaryrefslogtreecommitdiffstats
path: root/util/system/mutex.h
diff options
context:
space:
mode:
authormelkov <[email protected]>2022-02-10 16:48:13 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:13 +0300
commit438546c8737d5c1fdeb31157dcf999717d930eec (patch)
treed29d229abd2f9f889b9b7eb148d635059dc26acf /util/system/mutex.h
parent96647fad5355ff5ef45a00a6d85c097028584ab0 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/mutex.h')
-rw-r--r--util/system/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mutex.h b/util/system/mutex.h
index 032630d134e..2187380e658 100644
--- a/util/system/mutex.h
+++ b/util/system/mutex.h
@@ -17,7 +17,7 @@ public:
inline void Release() noexcept {
}
-
+
inline void lock() noexcept {
Acquire();
}