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 | 4e10711f67db90b5b08220fee274f8f0fe620485 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/file.h | |
parent | a196186fa7feb0aae6d87e1b6d890a83851be4f2 (diff) | |
download | ydb-4e10711f67db90b5b08220fee274f8f0fe620485.tar.gz |
Restoring authorship annotation for Michael Roizner <mroizner@gmail.com>. Commit 2 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 3c22a7edd5..9502e159b6 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(); |