Skip to content

Commit

Permalink
Wrong formatting on purpose to check the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 8, 2021
1 parent ffbb227 commit c00dd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5_write_parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main( int argc, char * argv[] )
int mpi_size;
int mpi_rank;

MPI_Comm_size( MPI_COMM_WORLD, &mpi_size );
MPI_Comm_size ( MPI_COMM_WORLD, &mpi_size );
MPI_Comm_rank( MPI_COMM_WORLD, &mpi_rank );

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

0 comments on commit c00dd15

Please sign in to comment.