Skip to content

Commit 56048a5

Browse files
committed
Comment indentation
Signed-off-by: Aurelien Bouteiller <[email protected]>
1 parent 531ebfa commit 56048a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ompi/runtime/ompi_mpi_params.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ int ompi_mpi_register_params(void)
406406

407407
#if OPAL_ENABLE_FT_MPI
408408
/* Before loading any other part of the MPI library, we need to load
409-
* * the ft-mpi tune file to override default component selection when
410-
* * FT is desired ON; this does override openmpi-params.conf, but not
411-
* * command line or env.
412-
* */
409+
* the ft-mpi tune file to override default component selection when
410+
* FT is desired ON; this does override openmpi-params.conf, but not
411+
* command line or env.
412+
*/
413413
if( ompi_ftmpi_enabled ) {
414414
mca_base_var_load_extra_files("ft-mpi", false);
415415
}

0 commit comments

Comments
 (0)