Skip to content

Commit a17a879

Browse files
committed
coll/ucc: Fix indentation issue with tab.
Signed-off-by: Qiao Kang <qkang@nvidia.com> (cherry picked from commit 9531590)
1 parent a2d64e1 commit a17a879

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
@@ -253,9 +253,9 @@ static ucc_status_t oob_allgather_test(void *req)
253253
}
254254
rc = MCA_PML_CALL(irecv(tmprecv, msglen, MPI_BYTE, recvfrom,
255255
MCA_COLL_BASE_TAG_UCC, comm, &oob_req->reqs[1]));
256-
if (OMPI_SUCCESS != rc) {
256+
if (OMPI_SUCCESS != rc) {
257257
return UCC_ERR_NO_MESSAGE;
258-
}
258+
}
259259
}
260260
probe = 0;
261261
do {

0 commit comments

Comments
 (0)