Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / testutils / tests / xvgtest_tests.cpp
index c8dc14164f13d5c16c3d8776db1c19a78db26ee6..7188644487f619fb455c00d84e4fd7c5a531400f 100644 (file)
@@ -97,7 +97,8 @@ TEST(XvgTests, CheckMissing)
         checkXvgFile(&sis, &checker, XvgMatchSettings());
     }
     {
-        const char* const input[] = { "0     2905.86    -410.199", "0.2     6656.67    -430.437",
+        const char* const input[] = { "0     2905.86    -410.199",
+                                      "0.2     6656.67    -430.437",
                                       "0.4     5262.44    -409.399" };
         // Now check with missing data
         TestReferenceData      data(ReferenceDataMode::Compare);