Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / selection / tests / toputils.cpp
index 8b6388db44bfe893d199f9e5437902f12b53b9e3..dcb450937dc9fe35c15435c8b3907b04ed3f736e 100644 (file)
@@ -126,8 +126,13 @@ void TopologyManager::loadTopology(const char* filename)
 
     GMX_RELEASE_ASSERT(mtop_ == nullptr, "Topology initialized more than once");
     mtop_ = std::make_unique<gmx_mtop_t>();
-    readConfAndTopology(gmx::test::TestFileManager::getInputFilePath(filename).c_str(), &fullTopology,
-                        mtop_.get(), &pbcType, frame_ != nullptr ? &xtop : nullptr, nullptr, box);
+    readConfAndTopology(gmx::test::TestFileManager::getInputFilePath(filename).c_str(),
+                        &fullTopology,
+                        mtop_.get(),
+                        &pbcType,
+                        frame_ != nullptr ? &xtop : nullptr,
+                        nullptr,
+                        box);
 
     if (frame_ != nullptr)
     {