Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / leapfrogtestrunners.h
index 9ef313640fa459e2a7d97ec05dab623d0fbecf3d..a47534e08a35d72a121cadf012212f49f514d956 100644 (file)
@@ -56,8 +56,7 @@ namespace test
  * \param[in]     testData  Data needed for the integrator
  * \param[in]     numSteps  Total number of steps to run integration for.
  */
-void integrateLeapFrogSimple(LeapFrogTestData *testData,
-                             int               numSteps);
+void integrateLeapFrogSimple(LeapFrogTestData* testData, int numSteps);
 
 /*! \brief Integrate using CUDA version of Leap-Frog
  *
@@ -68,10 +67,9 @@ void integrateLeapFrogSimple(LeapFrogTestData *testData,
  * \param[in]     testData  Data needed for the integrator
  * \param[in]     numSteps  Total number of steps to run integration for.
  */
-void integrateLeapFrogGpu(LeapFrogTestData *testData,
-                          int               numSteps);
+void integrateLeapFrogGpu(LeapFrogTestData* testData, int numSteps);
 
-}      // namespace test
-}      // namespace gmx
+} // namespace test
+} // namespace gmx
 
 #endif // GMX_MDLIB_TESTS_LEAPFROGTESTRUNNERS_H