diff options
author | kulikov <kulikov@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
commit | 65e5266709e7ff94b14ae128309e229de714b0df (patch) | |
tree | d4901f06e56d95f5e5d36bd1806bcc144d03bf41 /util/system/file.cpp | |
parent | 0041d99876ae3dccc3f0fa8787131d85ddfd486b (diff) | |
download | ydb-65e5266709e7ff94b14ae128309e229de714b0df.tar.gz |
Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/file.cpp')
-rw-r--r-- | util/system/file.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/file.cpp b/util/system/file.cpp index 4a261d020cb..6115799e8d2 100644 --- a/util/system/file.cpp +++ b/util/system/file.cpp @@ -1191,10 +1191,10 @@ size_t TFile::Pread(void* buf, size_t len, i64 offset) const { return Impl_->Pread(buf, len, offset); } -i32 TFile::RawPread(void* buf, ui32 len, i64 offset) const { - return Impl_->RawPread(buf, len, offset); -} - +i32 TFile::RawPread(void* buf, ui32 len, i64 offset) const { + return Impl_->RawPread(buf, len, offset); +} + void TFile::Pload(void* buf, size_t len, i64 offset) const { Impl_->Pload(buf, len, offset); } |