diff options
author | stanly <stanly@yandex-team.ru> | 2022-02-10 16:46:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:49 +0300 |
commit | cde218e65dfef5ce03a48d641fd8f7913cf17b2d (patch) | |
tree | d3349caea4095825a55b5ba24fe758067b29ce6f /util/folder/path.h | |
parent | 9f813499b4ef585cb3c2bb93de93ef003daf4fc4 (diff) | |
download | ydb-cde218e65dfef5ce03a48d641fd8f7913cf17b2d.tar.gz |
Restoring authorship annotation for <stanly@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r-- | util/folder/path.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/folder/path.h b/util/folder/path.h index 2fb4d6b4ef..5ab77b2612 100644 --- a/util/folder/path.h +++ b/util/folder/path.h @@ -115,12 +115,12 @@ public: } TFsPath RelativeTo(const TFsPath& root) const; //must be subpath of root - - /** - * @returns relative path or empty path if root equals to this. - */ + + /** + * @returns relative path or empty path if root equals to this. + */ TFsPath RelativePath(const TFsPath& root) const; //..; for relative paths 1st component must be the same - + /** * Never fails. Returns this if already a root. */ |