Restore indentation (one line) after a modification by a Windows developer

This commit is contained in:
Laurent Rineau 2012-04-10 12:08:05 +00:00
parent 60e0148504
commit eb52def3db
1 changed files with 1 additions and 1 deletions

View File

@ -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);