summaryrefslogtreecommitdiffstats
path: root/util/generic/xrange.h
diff options
context:
space:
mode:
authorkserz <[email protected]>2022-02-10 16:51:47 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:47 +0300
commit0831cac87ab5748ed91187b7d1832aeebb854fc6 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/xrange.h
parentc95a5c19764639f5d60ee32e82302cc0333b9735 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/xrange.h')
-rw-r--r--util/generic/xrange.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/generic/xrange.h b/util/generic/xrange.h
index fafdf83a734..5fc8c829121 100644
--- a/util/generic/xrange.h
+++ b/util/generic/xrange.h
@@ -91,10 +91,10 @@ namespace NPrivate {
return *this;
}
- constexpr bool operator<(const TIterator& b) const noexcept {
- return Value < b.Value;
- }
-
+ constexpr bool operator<(const TIterator& b) const noexcept {
+ return Value < b.Value;
+ }
+
private:
T Value;
};