Skip to content

Commit 6f07b91

Browse files
author
Hana Dusíková
committed
reformat
1 parent 62284f8 commit 6f07b91

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

include/ctre/range.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ template <typename First, typename Last, typename RE> struct multi_subject_range
5555
Last last{};
5656
value_type current_result{};
5757

58-
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} {
59-
60-
}
58+
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} { }
6159

6260
constexpr CTRE_FORCE_INLINE value_type find_first() noexcept {
6361
while (first != last) {

single-header/ctre-unicode.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,9 +4683,7 @@ template <typename First, typename Last, typename RE> struct multi_subject_range
46834683
Last last{};
46844684
value_type current_result{};
46854685

4686-
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} {
4687-
4688-
}
4686+
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} { }
46894687

46904688
constexpr CTRE_FORCE_INLINE value_type find_first() noexcept {
46914689
while (first != last) {

single-header/ctre.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4680,9 +4680,7 @@ template <typename First, typename Last, typename RE> struct multi_subject_range
46804680
Last last{};
46814681
value_type current_result{};
46824682

4683-
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} {
4684-
4685-
}
4683+
constexpr CTRE_FORCE_INLINE iterator(First f, Last l) noexcept: first{f}, last{l}, current_result{find_first()} { }
46864684

46874685
constexpr CTRE_FORCE_INLINE value_type find_first() noexcept {
46884686
while (first != last) {

0 commit comments

Comments
 (0)