|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56126 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2009-09-09 17:13:30
Author: jewillco
Date: 2009-09-09 17:13:29 EDT (Wed, 09 Sep 2009)
New Revision: 56126
URL: http://svn.boost.org/trac/boost/changeset/56126
Log:
Fixed tab
Text files modified:
trunk/libs/graph/test/incremental_components_test.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/test/incremental_components_test.cpp
==============================================================================
--- trunk/libs/graph/test/incremental_components_test.cpp (original)
+++ trunk/libs/graph/test/incremental_components_test.cpp 2009-09-09 17:13:29 EDT (Wed, 09 Sep 2009)
@@ -54,7 +54,7 @@
initialize_incremental_components(graph, vertex_sets);
incremental_components(graph, vertex_sets);
-
+
// Build component index from the graph's vertices, its index map,
// and the disjoint sets.
typedef component_index<vertices_size_type> Components;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk