From 6ab5f68fc36b6a2828385fed48d8c8081b72308d Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 14 Sep 2015 15:18:17 -0400 Subject: [PATCH] indentation. --- ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c b/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c index d66dcf746a..ec8eb551de 100644 --- a/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c +++ b/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c @@ -107,13 +107,13 @@ int mca_topo_treematch_dist_graph_create(mca_topo_base_module_t* topo_module, { int err; - if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old,n,nodes, - degrees,targets,weights, + if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old, n, nodes, + degrees, targets, weights, &(topo_module->mtc.dist_graph)))) return err; if(!reorder) { /* No reorder. Create a new communicator, then */ - /* jump out to attach the dist_graph and return */ + /* jump out to attach the dist_graph and return */ fallback: if( OMPI_SUCCESS == (err = ompi_comm_create(comm_old,