Skip to content

Commit a68462b

Browse files
committed
Removed trailing space
modified: ../orte/mca/rml/ofi/rml_ofi_component.c
1 parent bb22ee3 commit a68462b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/rml/ofi/rml_ofi_component.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ void print_provider_list_info (struct fi_info *fi )
318318
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_DGRAM \n");
319319
break;
320320
case FI_EP_RDM:
321-
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_RDM \n");
321+
opal_output_verbose(10,orte_rml_base_framework.framework_output," FI_EP_RDM \n");
322322
break;
323323
default:
324324
opal_output_verbose(10,orte_rml_base_framework.framework_output," %d",cur_fi->ep_attr->type);

0 commit comments

Comments
 (0)