Skip to content

Commit bcc1e58

Browse files
committed
cuda : fix spaces
Signed-off-by: Sylvain Jeaugey <[email protected]>
1 parent 248c984 commit bcc1e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/common/cuda/common_cuda.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ int mca_common_cuda_stage_one_init(void)
430430
if (true != stage_one_init_passed) {
431431
errmsg = opal_argv_join(errmsgs, '\n');
432432
if (opal_warn_on_missing_libcuda) {
433-
opal_show_help("help-mpi-common-cuda.txt", "dlopen failed", true,
434-
errmsg);
433+
opal_show_help("help-mpi-common-cuda.txt", "dlopen failed", true,
434+
errmsg);
435435
}
436436
opal_cuda_support = 0;
437437
}

0 commit comments

Comments
 (0)