2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-26 18:42:12 +00:00

removed a blank line!

[SVN r10868]
This commit is contained in:
Jeremy Siek
2001-08-15 03:37:31 +00:00
parent 1217a3640e
commit 74f52fff4f

View File

@@ -438,7 +438,6 @@ typedef typename graph_traits<GraphTC>::vertex_descriptor tc_vertex;
std::vector<tc_vertex> to_tc_vec(num_vertices(g));
iterator_property_map<tc_vertex*, VertexIndexMap>
to_tc(&to_tc_vec[0], index_map);
{
vertex_iterator i, i_end;
for (tie(i, i_end) = vertices(g); i != i_end; ++i)