apply clang-format

This commit is contained in:
Axel Kohlmeyer
2024-06-22 20:03:51 -04:00
parent 5693c8ac33
commit 9dc85dec54

View File

@ -543,7 +543,6 @@ TEST(FixTimestep, omp)
LAMMPS::argv args = {"FixTimestep", "-log", "none", "-echo", "screen", "-nocite", LAMMPS::argv args = {"FixTimestep", "-log", "none", "-echo", "screen", "-nocite",
"-pk", "omp", "4", "-sf", "omp"}; "-pk", "omp", "4", "-sf", "omp"};
::testing::internal::CaptureStdout(); ::testing::internal::CaptureStdout();
LAMMPS *lmp = init_lammps(args, test_config); LAMMPS *lmp = init_lammps(args, test_config);
std::string output = ::testing::internal::GetCapturedStdout(); std::string output = ::testing::internal::GetCapturedStdout();