mirror of https://github.com/CGAL/cgal
removing trailing whitespaces
This commit is contained in:
parent
7b5e2be0cf
commit
9c93b60640
|
|
@ -291,7 +291,7 @@ public:
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is not exactly an assignment as existing unique properties are kept.
|
// This is not exactly an assignment as existing unique properties are kept.
|
||||||
Property_container<Index>& operator=(Property_container<Index>&& other) {
|
Property_container<Index>& operator=(Property_container<Index>&& other) {
|
||||||
m_active_indices = std::move(other.m_active_indices);
|
m_active_indices = std::move(other.m_active_indices);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue