aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/path.h
diff options
context:
space:
mode:
authorilezhankin <ilezhankin@yandex-team.ru>2022-02-10 16:45:56 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:56 +0300
commit62a805381e41500fbc7914c37c71ab040a098f4e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/folder/path.h
parent1d125034f06575234f83f24f08677955133f140e (diff)
downloadydb-62a805381e41500fbc7914c37c71ab040a098f4e.tar.gz
Restoring authorship annotation for <ilezhankin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r--util/folder/path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/path.h b/util/folder/path.h
index 74785492dd..2fb4d6b4ef 100644
--- a/util/folder/path.h
+++ b/util/folder/path.h
@@ -155,9 +155,9 @@ public:
void List(TVector<TFsPath>& children) const;
void ListNames(TVector<TString>& children) const;
- // Check, if path contains at least one component with a specific name.
- bool Contains(const TString& component) const;
-
+ // Check, if path contains at least one component with a specific name.
+ bool Contains(const TString& component) const;
+
// fails to delete non-empty directory
void DeleteIfExists() const;
// delete recursively. Does nothing if not exists