summaryrefslogtreecommitdiffstats
path: root/util/system/file.h
diff options
context:
space:
mode:
authoreasergeev <[email protected]>2022-02-10 16:51:45 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:45 +0300
commit4596484b94e7bba39c8241e41e9c7f7b5665fdc5 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/file.h
parent2db97242fffe2a2e7fcfb321249fbb3ade943210 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/file.h')
-rw-r--r--util/system/file.h8
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();