summaryrefslogtreecommitdiffstats
path: root/util/system/filemap.h
diff options
context:
space:
mode:
authorOleg Sidorkin <[email protected]>2022-02-10 16:49:36 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:36 +0300
commit5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (patch)
treef16a3558ca40d453a1c6a2ed764bd75d64cffade /util/system/filemap.h
parentcd33f9aa8461f8e2b0b9e68efbb6bc9856197dc9 (diff)
Restoring authorship annotation for Oleg Sidorkin <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r--util/system/filemap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 11be64bff47..8be30c0a71a 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -88,7 +88,7 @@ public:
i64 Length() const noexcept;
bool IsOpen() const noexcept;
- bool IsWritable() const noexcept;
+ bool IsWritable() const noexcept;
EOpenMode GetMode() const noexcept;
TFile GetFile() const noexcept;
@@ -146,10 +146,10 @@ public:
return Map_.IsOpen();
}
- inline bool IsWritable() const noexcept {
- return Map_.IsWritable();
- }
-
+ inline bool IsWritable() const noexcept {
+ return Map_.IsWritable();
+ }
+
EOpenMode GetMode() const noexcept {
return Map_.GetMode();
}