Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / datatest.cpp
index e8009f40a129cf1ce97c879ef4d9d2fda0edd4eb..4bf7a4ef12f3b5493d034b1804c16d9703a7e371 100644 (file)
@@ -216,12 +216,15 @@ void AnalysisDataTestFixture::presentDataFrame(const AnalysisDataTestInput& inpu
         {
             if (points.hasError(j))
             {
-                handle.setPoint(j + points.firstColumn(), points.y(j), points.error(j),
+                handle.setPoint(j + points.firstColumn(),
+                                points.y(j),
+                                points.error(j),
                                 AnalysisDataTestInputPointSet::present(j));
             }
             else
             {
-                handle.setPoint(j + points.firstColumn(), points.y(j),
+                handle.setPoint(j + points.firstColumn(),
+                                points.y(j),
                                 AnalysisDataTestInputPointSet::present(j));
             }
         }