Skip to content

Commit 9531590

Browse files
committed
coll/ucc: Fix indentation issue with tab.
Signed-off-by: Qiao Kang <[email protected]>
1 parent 3980e80 commit 9531590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/coll/ucc/coll_ucc_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ static ucc_status_t oob_allgather_test(void *req)
212212
}
213213
rc = MCA_PML_CALL(irecv(tmprecv, msglen, MPI_BYTE, recvfrom,
214214
MCA_COLL_BASE_TAG_UCC, comm, &oob_req->reqs[1]));
215-
if (OMPI_SUCCESS != rc) {
215+
if (OMPI_SUCCESS != rc) {
216216
return UCC_ERR_NO_MESSAGE;
217-
}
217+
}
218218
}
219219
probe = 0;
220220
do {

0 commit comments

Comments
 (0)