Skip to content

Commit c00dd15

Browse files
committed
Wrong formatting on purpose to check the CI
1 parent ffbb227 commit c00dd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/5_write_parallel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main( int argc, char * argv[] )
3636
int mpi_size;
3737
int mpi_rank;
3838

39-
MPI_Comm_size( MPI_COMM_WORLD, &mpi_size );
39+
MPI_Comm_size ( MPI_COMM_WORLD, &mpi_size );
4040
MPI_Comm_rank( MPI_COMM_WORLD, &mpi_rank );
4141

4242
/* note: this scope is intentional to destruct the openPMD::Series object

0 commit comments

Comments
 (0)