Skip to content

Commit 18f3b3e

Browse files
committed
pr feedback
Signed-off-by: Howard Pritchard <[email protected]>
1 parent f66ef68 commit 18f3b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/abi_set_fortran_info.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PROTOTYPE VOID abi_set_fortran_info(INFO info)
1515
{
1616
int c_ierr;
17-
MPI_Info c_info= PMPI_Info_f2c(*info);
17+
MPI_Info c_info = PMPI_Info_f2c(*info);
1818

1919
c_ierr = @INNER_CALL@(c_info);
2020
if (NULL != ierr) *ierr = OMPI_INT_2_FINT(c_ierr);

0 commit comments

Comments
 (0)