diff options
author | easergeev <[email protected]> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:45 +0300 |
commit | 4596484b94e7bba39c8241e41e9c7f7b5665fdc5 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/file.h | |
parent | 2db97242fffe2a2e7fcfb321249fbb3ade943210 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/file.h')
-rw-r--r-- | util/system/file.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/file.h b/util/system/file.h index dab2cc66f38..9502e159b6f 100644 --- a/util/system/file.h +++ b/util/system/file.h @@ -108,8 +108,8 @@ public: i64 Seek(i64 offset, SeekDir origin) noexcept; bool Resize(i64 length) noexcept; bool Reserve(i64 length) noexcept; - bool FallocateNoResize(i64 length) noexcept; - bool ShrinkToFit() noexcept; + bool FallocateNoResize(i64 length) noexcept; + bool ShrinkToFit() noexcept; bool Flush() noexcept; //flush data only, without file metadata bool FlushData() noexcept; @@ -164,8 +164,8 @@ public: i64 Seek(i64 offset, SeekDir origin); void Resize(i64 length); void Reserve(i64 length); - void FallocateNoResize(i64 length); - void ShrinkToFit(); + void FallocateNoResize(i64 length); + void ShrinkToFit(); void Flush(); void FlushData(); |