aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.ru>2022-02-10 16:49:19 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:19 +0300
commitcec37806d8847aa3db53bafc9e251d4aaf325c12 (patch)
tree4a61c191e93e31d9ab423e258c71ab43550ee3d2 /util/system
parent58cd0b86ed99a72df22479e26a20bc1c1e57e65e (diff)
downloadydb-cec37806d8847aa3db53bafc9e251d4aaf325c12.tar.gz
Restoring authorship annotation for <babenko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/spinlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/spinlock.h b/util/system/spinlock.h
index af2630890a..f2319d9a66 100644
--- a/util/system/spinlock.h
+++ b/util/system/spinlock.h
@@ -10,7 +10,7 @@ protected:
}
public:
- inline bool IsLocked() const noexcept {
+ inline bool IsLocked() const noexcept {
return AtomicGet(Val_);
}