mirror of https://github.com/CGAL/cgal
remove trailing whitespace
This commit is contained in:
parent
4a20dded24
commit
6e8a9a6432
|
|
@ -139,7 +139,6 @@ split_graph_into_polylines(const Graph& graph,
|
||||||
typename boost::graph_traits<G>::vertex_descriptor> V2vmap;
|
typename boost::graph_traits<G>::vertex_descriptor> V2vmap;
|
||||||
V2vmap v2vmap;
|
V2vmap v2vmap;
|
||||||
|
|
||||||
|
|
||||||
BOOST_FOREACH(Graph_vertex_descriptor v, vertices(graph)){
|
BOOST_FOREACH(Graph_vertex_descriptor v, vertices(graph)){
|
||||||
vertex_descriptor vc = add_vertex(g);
|
vertex_descriptor vc = add_vertex(g);
|
||||||
g[vc] = v;
|
g[vc] = v;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue