Skip to content

Commit 2930bd9

Browse files
bosilcajsquyres
authored andcommitted
Whitespace cleanup
No code or logic changes. Signed-off-by: George Bosilca <[email protected]> Signed-off-by: Jeff Squyres <[email protected]>
1 parent 904276b commit 2930bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/mca/common/monitoring/common_monitoring.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
270270
&mca_common_monitoring_enabled);
271271

272272
mca_common_monitoring_current_state = mca_common_monitoring_enabled;
273-
273+
274274
(void)mca_base_var_register("ompi", "pml", "monitoring", "enable_output",
275275
"Enable the PML monitoring textual output at MPI_Finalize "
276276
"(it will be automatically turned off when MPIT is used to "
@@ -280,7 +280,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
280280
MCA_BASE_VAR_FLAG_DWG, OPAL_INFO_LVL_9,
281281
MCA_BASE_VAR_SCOPE_READONLY,
282282
&mca_common_monitoring_output_enabled);
283-
283+
284284
(void)mca_base_var_register("ompi", "pml", "monitoring", "filename",
285285
/*&mca_common_monitoring_component.pmlm_version, "filename",*/
286286
"The name of the file where the monitoring information "
@@ -294,7 +294,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
294294

295295
/* Now that the MCA variables are automatically unregistered when
296296
* their component close, we need to keep a safe copy of the
297-
* filename.
297+
* filename.
298298
* Keep the copy completely separated in order to let the initial
299299
* filename to be handled by the framework. It's easier to deal
300300
* with the string lifetime.

0 commit comments

Comments
 (0)