aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/filelist.cpp
diff options
context:
space:
mode:
authorsergey <sergey@yandex-team.ru>2022-02-10 16:47:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:29 +0300
commit5d8d1af4df7f9cd4acc021f069546c30677e7979 (patch)
tree07a39da188e8b418699f992f22d829a37a1411b2 /util/folder/filelist.cpp
parent32b231c8474a1ade4bdf776ade6a20341691d9d7 (diff)
downloadydb-5d8d1af4df7f9cd4acc021f069546c30677e7979.tar.gz
Restoring authorship annotation for <sergey@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/filelist.cpp')
-rw-r--r--util/folder/filelist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/folder/filelist.cpp b/util/folder/filelist.cpp
index b21fcdbf20..50ac04d795 100644
--- a/util/folder/filelist.cpp
+++ b/util/folder/filelist.cpp
@@ -3,7 +3,7 @@
#include "iterator.h"
#include <util/system/defaults.h>
-
+
void TFileEntitiesList::Fill(const TString& dirname, TStringBuf prefix, TStringBuf suffix, int depth, bool sort) {
TDirIterator::TOptions opts;
opts.SetMaxLevel(depth);
@@ -34,7 +34,7 @@ void TFileEntitiesList::Fill(const TString& dirname, TStringBuf prefix, TStringB
++FileNamesSize;
FileNames.Append(filename.data(), filename.size() + 1);
}
- }
-
+ }
+
Restart();
-}
+}