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 | cde218e65dfef5ce03a48d641fd8f7913cf17b2d (patch) | |
tree | d3349caea4095825a55b5ba24fe758067b29ce6f /util/folder/iterator.h | |
parent | 9f813499b4ef585cb3c2bb93de93ef003daf4fc4 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/folder/iterator.h')
-rw-r--r-- | util/folder/iterator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/folder/iterator.h b/util/folder/iterator.h index 69e025b9c49..f84cac2b99f 100644 --- a/util/folder/iterator.h +++ b/util/folder/iterator.h @@ -97,10 +97,10 @@ public: return ret; } - inline void Skip(FTSENT* ent) { - yfts_set(FileTree_.Get(), ent, FTS_SKIP); - } - + inline void Skip(FTSENT* ent) { + yfts_set(FileTree_.Get(), ent, FTS_SKIP); + } + private: TOptions Options_; TString Path_; |