diff options
author | pyos <pyos@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | ef985e41af0868676d7a2275f1d90261253ddf3b (patch) | |
tree | 3a6a11d19d8c39c7b90c132bce7e1c3536be37c1 /util/folder/path.cpp | |
parent | 8387f1fb70a4161b7581d3c0da52c4810df655be (diff) | |
download | ydb-ef985e41af0868676d7a2275f1d90261253ddf3b.tar.gz |
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.cpp')
-rw-r--r-- | util/folder/path.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/folder/path.cpp b/util/folder/path.cpp index bfe0c67d687..6aa49eab88e 100644 --- a/util/folder/path.cpp +++ b/util/folder/path.cpp @@ -311,12 +311,12 @@ void TFsPath::Touch() const { // XXX: move implementation to util/somewhere. TFsPath TFsPath::RealPath() const { CheckDefined(); - return ::RealPath(*this); + return ::RealPath(*this); } TFsPath TFsPath::RealLocation() const { CheckDefined(); - return ::RealLocation(*this); + return ::RealLocation(*this); } TFsPath TFsPath::ReadLink() const { |