diff options
author | gulin <gulin@yandex-team.ru> | 2022-02-10 16:47:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:31 +0300 |
commit | c807aae441c17fc7f577c35757a4b6e0bd909802 (patch) | |
tree | fc3268f43edbf6f854c0266cd05b91952484179b /util/system/filemap.cpp | |
parent | d06e6190fa85c1fb4b011631503d53ea39942ff9 (diff) | |
download | ydb-c807aae441c17fc7f577c35757a4b6e0bd909802.tar.gz |
Restoring authorship annotation for <gulin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.cpp')
-rw-r--r-- | util/system/filemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 7454a4cb94..830a409077 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -76,7 +76,7 @@ TString TMemoryMapCommon::UnknownFileName() { } static inline i64 DownToGranularity(i64 offset) noexcept { - return offset & ~((i64)(GRANULARITY - 1)); + return offset & ~((i64)(GRANULARITY - 1)); } #if defined(_unix_) |