Skip to content

Commit 4911f0f

Browse files
committed
Removed trailing space
modified: ../orte/mca/rml/ofi/rml_ofi_component.c
1 parent 0f524ca commit 4911f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/rml/ofi/rml_ofi_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void print_provider_info (struct fi_info *cur_fi )
269269
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_DGRAM \n");
270270
break;
271271
case FI_EP_RDM:
272-
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_RDM \n");
272+
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_RDM \n");
273273
break;
274274
default:
275275
opal_output_verbose(10,orte_rml_base_framework.framework_output," %d",cur_fi->ep_attr->type);

0 commit comments

Comments
 (0)