mirror of https://github.com/CGAL/cgal
fix indentation issue
This commit is contained in:
parent
bc717f51d8
commit
7b5dede67c
|
|
@ -325,7 +325,7 @@ public:
|
||||||
points.push_front (p); // ensure postcondition of insert
|
points.push_front (p); // ensure postcondition of insert
|
||||||
} else
|
} else
|
||||||
points.push_back (p); // just append p
|
points.push_back (p); // just append p
|
||||||
if (support_end == points.end()) --support_end;
|
if (support_end == points.end()) --support_end;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class InputIterator>
|
template <class InputIterator>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue