Skip to content

Commit 63dbb0e

Browse files
committed
OSHMEM/MCA/SPML/UCX: fixed identation
Signed-off-by: Roie Danino <[email protected]>
1 parent 0630470 commit 63dbb0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

oshmem/mca/spml/ucx/spml_ucx.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,11 +1644,11 @@ int mca_spml_ucx_put_all_nb(void *dest, const void *source, size_t size, long *c
16441644
return OSHMEM_SUCCESS;
16451645
}
16461646

1647-
static inline int mca_spml_ucx_signal_common(shmem_ctx_t ctx,
1648-
uint64_t *sig_addr,
1649-
uint64_t signal,
1650-
int sig_op,
1651-
int dst)
1647+
static inline int mca_spml_ucx_signal_common(shmem_ctx_t ctx,
1648+
uint64_t *sig_addr,
1649+
uint64_t signal,
1650+
int sig_op,
1651+
int dst)
16521652
{
16531653
int res;
16541654
uint64_t dummy_prev;

0 commit comments

Comments
 (0)