diff options
author | svshevtsov <svshevtsov@yandex-team.ru> | 2022-02-10 16:49:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:37 +0300 |
commit | de89752358147d7b25ef59a85b431bb564068a49 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/file_lock.h | |
parent | 657337012a264721d58c470b4e9e796611f3c492 (diff) | |
download | ydb-de89752358147d7b25ef59a85b431bb564068a49.tar.gz |
Restoring authorship annotation for <svshevtsov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/file_lock.h')
-rw-r--r-- | util/system/file_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/file_lock.h b/util/system/file_lock.h index 5921d9a707..b2aaff5baf 100644 --- a/util/system/file_lock.h +++ b/util/system/file_lock.h @@ -14,7 +14,7 @@ public: TFileLock(const TString& filename, const EFileLockType type = EFileLockType::Exclusive); void Acquire(); - bool TryAcquire(); + bool TryAcquire(); void Release(); inline void lock() { |