Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 27, 2024
1 parent 3273aed commit 06e6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STL_Extension/include/CGAL/Concatenate_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Concatenate_iterator

public:
Concatenate_iterator() : e1_(), i1_(), b2_(), i2_() {}

Concatenate_iterator(It1 e1, It2 b2, It1 i1)
: e1_(e1), i1_(i1), b2_(b2), i2_(b2) {}

Expand Down

0 comments on commit 06e6ffa

Please sign in to comment.