Skip to content

Commit 27572cd

Browse files
committed
swat nit
Signed-off-by: Howard Pritchard <[email protected]>
1 parent e3cb764 commit 27572cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/attr_fn_abi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ int ABI_C_MPI_COMM_NULL_COPY_FN( MPI_Comm_ABI_INTERNAL comm, int comm_keyval,
113113
void* attribute_val_in,
114114
void* attribute_val_out, int* flag )
115115
{
116-
*flag= 0;
116+
*flag = 0;
117117
return MPI_SUCCESS;
118118
}
119119

0 commit comments

Comments
 (0)