Apply clang-format to source tree
[alexxy/gromacs.git] / src / programs / mdrun / tests / nonbonded_bench.cpp
index 300322f449655732dd7f7c2752f5aeb8f1a6d1c8..ea92e2c80b744e9f1b1063488df1cdd5dafde456 100644 (file)
@@ -60,15 +60,13 @@ namespace
 
 TEST(NonbondedBenchTest, BasicEndToEndTest)
 {
-    const char *const command[] = {
-        "nonbonded-benchmark"
-    };
+    const char* const command[] = { "nonbonded-benchmark" };
     CommandLine       cmdline(command);
     cmdline.addOption("-iter", 1);
     EXPECT_EQ(0, gmx::test::CommandLineTestHelper::runModuleFactory(
-                      &gmx::NonbondedBenchmarkInfo::create, &cmdline));
+                         &gmx::NonbondedBenchmarkInfo::create, &cmdline));
 }
 
-}  // namespace
-}  // namespace test
-}  // namespace gmx
+} // namespace
+} // namespace test
+} // namespace gmx