Skip to content

Commit

Permalink
Fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMoulday committed Jun 14, 2024
1 parent 9437b37 commit ecc709c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions tests/mpi/mesh_worker_01.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ int
main(int argc, char **argv)
{
// Disable multithreading so that text output order is consistent
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, 1);
MPILogInitAll log;
Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
MPILogInitAll log;

test<2>();
}
5 changes: 2 additions & 3 deletions tests/mpi/mesh_worker_04.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ int
main(int argc, char **argv)
{
// Disable multithreading so that text output order is consistent
Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, 1);
MPILogInitAll log;
Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
MPILogInitAll log;

test<2>();
}

0 comments on commit ecc709c

Please sign in to comment.