@@ -268,7 +268,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
268268 & mca_common_monitoring_enabled );
269269
270270 mca_common_monitoring_current_state = mca_common_monitoring_enabled ;
271-
271+
272272 (void )mca_base_var_register ("ompi" , "pml" , "monitoring" , "enable_output" ,
273273 "Enable the PML monitoring textual output at MPI_Finalize "
274274 "(it will be automatically turned off when MPIT is used to "
@@ -278,7 +278,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
278278 MCA_BASE_VAR_FLAG_DWG , OPAL_INFO_LVL_9 ,
279279 MCA_BASE_VAR_SCOPE_READONLY ,
280280 & mca_common_monitoring_output_enabled );
281-
281+
282282 (void )mca_base_var_register ("ompi" , "pml" , "monitoring" , "filename" ,
283283 /*&mca_common_monitoring_component.pmlm_version, "filename",*/
284284 "The name of the file where the monitoring information "
@@ -292,7 +292,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
292292
293293 /* Now that the MCA variables are automatically unregistered when
294294 * their component close, we need to keep a safe copy of the
295- * filename.
295+ * filename.
296296 * Keep the copy completely separated in order to let the initial
297297 * filename to be handled by the framework. It's easier to deal
298298 * with the string lifetime.
0 commit comments