diff options
author | svshevtsov <[email protected]> | 2022-02-10 16:49:37 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:37 +0300 |
commit | 657337012a264721d58c470b4e9e796611f3c492 (patch) | |
tree | 82753fd92cf7cc2dea4e522a945ed570131f920b /util/system/file_lock.h | |
parent | 44f31b316af517a4fbc6a82ebed8a1c51807deac (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 b2aaff5baf8..5921d9a7071 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() { |