remove trailing whitespace

This commit is contained in:
Andreas Fabri 2014-12-03 11:48:44 +01:00
parent 4a20dded24
commit 6e8a9a6432
1 changed files with 3 additions and 4 deletions

View File

@ -139,7 +139,6 @@ split_graph_into_polylines(const Graph& graph,
typename boost::graph_traits<G>::vertex_descriptor> V2vmap;
V2vmap v2vmap;
BOOST_FOREACH(Graph_vertex_descriptor v, vertices(graph)){
vertex_descriptor vc = add_vertex(g);
g[vc] = v;