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
commitc95a5c19764639f5d60ee32e82302cc0333b9735 (patch)
tree6ce5c409d52e4861719bfa660656130c9167bf5f /util/generic/xrange.h
parentda8534b8dab262655aca88d3b2851a117eb03190 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 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 5fc8c829121..fafdf83a734 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;
};