remove extra ; and fix indentation

This commit is contained in:
Sébastien Loriot 2021-11-23 10:21:20 +01:00
parent d2be97b1eb
commit 7169811f60
1 changed files with 22 additions and 22 deletions

View File

@ -1653,7 +1653,7 @@ collapse_edge(typename boost::graph_traits<Graph>::edge_descriptor v0v1,
} }
remove_face(opposite(edges_to_erase[0],g),g); remove_face(opposite(edges_to_erase[0],g),g);
return q; return q;
}; }
} }
/// performs an edge flip, rotating the edge pointed by /// performs an edge flip, rotating the edge pointed by