Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / utility / tests / keyvaluetreetransform.cpp
index 1d119bae6182d63f687746d4f70199077d4e7795..7c6a549ea8835c85ff8d8c8d5014b115602ca3c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2017,2019, by the GROMACS development team, led by
+ * Copyright (c) 2016,2017,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -66,8 +66,8 @@ public:
         gmx::test::TestReferenceChecker checker(data.rootChecker());
         checker.checkKeyValueTreeObject(input, "Input");
         auto mappedPaths = transform.mappedPaths();
-        checker.checkSequence(mappedPaths.begin(), mappedPaths.end(), "MappedPaths",
-                              &TreeValueTransformTest::checkMappedPath);
+        checker.checkSequence(
+                mappedPaths.begin(), mappedPaths.end(), "MappedPaths", &TreeValueTransformTest::checkMappedPath);
         checker.checkKeyValueTreeObject(object, "Tree");
         checkBackMapping(&checker, object, result.backMapping());
     }