diff options
author | kimkim <kimkim@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
commit | 10807864acf73d00f425a23b442aac2cf34403a8 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/filemap.cpp | |
parent | 13f84424ed9975f6827d9786087c6fe6ea265cda (diff) | |
download | ydb-10807864acf73d00f425a23b442aac2cf34403a8.tar.gz |
Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/filemap.cpp')
-rw-r--r-- | util/system/filemap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 50b94878eec..7454a4cb948 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -30,7 +30,7 @@ #error todo #endif -#include <util/generic/utility.h> +#include <util/generic/utility.h> #include <util/system/sanitizers.h> #include "filemap.h" @@ -512,7 +512,7 @@ void TFileMap::Unmap() { if (Map_.Unmap(Region_)) { Region_.Reset(); } else { - ythrow yexception() << "can't unmap file"; + ythrow yexception() << "can't unmap file"; } } |