diff options
author | cobat <[email protected]> | 2022-02-10 16:49:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:07 +0300 |
commit | 1d2e8a8e9976488ea69a7e4763aa749244f82612 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/rwlock.cpp | |
parent | e486e109b08823b61996f2154f0bc6b7c27a4af4 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/rwlock.cpp')
-rw-r--r-- | util/system/rwlock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/rwlock.cpp b/util/system/rwlock.cpp index abe74359601..bb3dcbf1881 100644 --- a/util/system/rwlock.cpp +++ b/util/system/rwlock.cpp @@ -41,8 +41,8 @@ TRWMutex::TImpl::TImpl() } TRWMutex::TImpl::~TImpl() { - Y_VERIFY(State_ == 0, "failure, State_ != 0"); - Y_VERIFY(BlockedWriters_ == 0, "failure, BlockedWriters_ != 0"); + Y_VERIFY(State_ == 0, "failure, State_ != 0"); + Y_VERIFY(BlockedWriters_ == 0, "failure, BlockedWriters_ != 0"); } void TRWMutex::TImpl::AcquireRead() noexcept { |