Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / api / gmxapi / cpp / tpr.cpp
index 2d498079f87a400a8053c5ac105233cba6c1f4b0..2ea116e36283d8927bf447251fb891d2d52e2d11 100644 (file)
@@ -745,9 +745,11 @@ bool copy_tprfile(const gmxapicompat::TprReadHandle& input, const std::string& o
     {
         return false;
     }
-    gmxapicompat::writeTprFile(
-            outFile, *gmxapicompat::getMdParams(input), *gmxapicompat::getStructureSource(input),
-            *gmxapicompat::getSimulationState(input), *gmxapicompat::getTopologySource(input));
+    gmxapicompat::writeTprFile(outFile,
+                               *gmxapicompat::getMdParams(input),
+                               *gmxapicompat::getStructureSource(input),
+                               *gmxapicompat::getSimulationState(input),
+                               *gmxapicompat::getTopologySource(input));
     return true;
 }