diff options
author | Michael Roizner <mroizner@gmail.com> | 2022-02-10 16:50:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:47 +0300 |
commit | a196186fa7feb0aae6d87e1b6d890a83851be4f2 (patch) | |
tree | 61e98254be4ff3994306dd6c57a3b1d7c027a9c3 /util/system/file.h | |
parent | 40f16eaadf04f8fe775e16658c8d89ed6a29b2ee (diff) | |
download | ydb-a196186fa7feb0aae6d87e1b6d890a83851be4f2.tar.gz |
Restoring authorship annotation for Michael Roizner <mroizner@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'util/system/file.h')
-rw-r--r-- | util/system/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/file.h b/util/system/file.h index 9502e159b6..3c22a7edd5 100644 --- a/util/system/file.h +++ b/util/system/file.h @@ -162,8 +162,8 @@ public: FHANDLE GetHandle() const noexcept; i64 Seek(i64 offset, SeekDir origin); - void Resize(i64 length); - void Reserve(i64 length); + void Resize(i64 length); + void Reserve(i64 length); void FallocateNoResize(i64 length); void ShrinkToFit(); void Flush(); |