diff --git a/src/components/cl/hier/allgatherv/allgatherv.c b/src/components/cl/hier/allgatherv/allgatherv.c index 590a53f8e9..abd5176c06 100755 --- a/src/components/cl/hier/allgatherv/allgatherv.c +++ b/src/components/cl/hier/allgatherv/allgatherv.c @@ -43,8 +43,8 @@ static ucc_status_t ucc_cl_hier_allgatherv_finalize(ucc_coll_task_t *task) /* Return team_rank's node leader in team space */ static inline ucc_status_t find_leader_rank(ucc_base_team_t *team, - ucc_rank_t team_rank, - ucc_rank_t *rank_out) + ucc_rank_t team_rank, + ucc_rank_t *rank_out) { ucc_cl_hier_team_t *cl_team = ucc_derived_of(team, ucc_cl_hier_team_t); ucc_team_t *core_team = team->params.team;