diff options
author | stanly <[email protected]> | 2022-02-10 16:46:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:49 +0300 |
commit | 6170310e8721e225f64ddabf7a7358253d7a1249 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/folder/path.h | |
parent | cde218e65dfef5ce03a48d641fd8f7913cf17b2d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 5ab77b26129..2fb4d6b4ef3 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. */ |