diff options
| author | iseg <[email protected]> | 2022-02-10 16:49:39 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:39 +0300 |
| commit | 8b71ce88bea710a9663bb143e4916f961c57212e (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/deprecated | |
| parent | f828a15ab90e9ca8e848f83caf95c95f06be46e7 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/deprecated')
| -rw-r--r-- | library/cpp/deprecated/mapped_file/mapped_file.cpp | 2 | ||||
| -rw-r--r-- | library/cpp/deprecated/mapped_file/mapped_file.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/deprecated/mapped_file/mapped_file.cpp b/library/cpp/deprecated/mapped_file/mapped_file.cpp index 3884310f7da..b0e4511299b 100644 --- a/library/cpp/deprecated/mapped_file/mapped_file.cpp +++ b/library/cpp/deprecated/mapped_file/mapped_file.cpp @@ -4,7 +4,7 @@ #include <util/system/defaults.h> #include <util/system/hi_lo.h> #include <util/system/filemap.h> - + TMappedFile::TMappedFile(TFileMap* map, const char* dbgName) { Map_ = map; i64 len = Map_->Length(); diff --git a/library/cpp/deprecated/mapped_file/mapped_file.h b/library/cpp/deprecated/mapped_file/mapped_file.h index 5aca2ece4fc..45859ed65a0 100644 --- a/library/cpp/deprecated/mapped_file/mapped_file.h +++ b/library/cpp/deprecated/mapped_file/mapped_file.h @@ -1,5 +1,5 @@ #pragma once - + #include <util/generic/flags.h> #include <util/generic/ptr.h> #include <util/generic/string.h> |
