aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/path.cpp
diff options
context:
space:
mode:
authorpyos <pyos@yandex-team.ru>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:49 +0300
commitb031b9d140bcd39f4ef2764e24d37bee317aaf23 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/folder/path.cpp
parentef985e41af0868676d7a2275f1d90261253ddf3b (diff)
downloadydb-b031b9d140bcd39f4ef2764e24d37bee317aaf23.tar.gz
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/folder/path.cpp')
-rw-r--r--util/folder/path.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/folder/path.cpp b/util/folder/path.cpp
index 6aa49eab88..bfe0c67d68 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 {