mirror of https://github.com/CGAL/cgal
Restore indentation (one line) after a modification by a Windows developer
This commit is contained in:
parent
60e0148504
commit
eb52def3db
|
|
@ -172,7 +172,7 @@ public:
|
|||
|
||||
/// Job to do after insertion
|
||||
void after_insertion_impl(const Vertex_handle& v)
|
||||
{ restore_restricted_Delaunay(v); }
|
||||
{ restore_restricted_Delaunay(v); }
|
||||
|
||||
/// Insert p into triangulation
|
||||
Vertex_handle insert_impl(const Point& p, const Zone& zone);
|
||||
|
|
|
|||
Loading…
Reference in New Issue