summaryrefslogtreecommitdiffstats
path: root/util/folder/iterator.h
diff options
context:
space:
mode:
authorstanly <[email protected]>2022-02-10 16:46:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:49 +0300
commit6170310e8721e225f64ddabf7a7358253d7a1249 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /util/folder/iterator.h
parentcde218e65dfef5ce03a48d641fd8f7913cf17b2d (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/iterator.h')
-rw-r--r--util/folder/iterator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/folder/iterator.h b/util/folder/iterator.h
index f84cac2b99f..69e025b9c49 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_;