Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / commandline / tests / cmdlinemodulemanagertest.cpp
index fe4077ba185c766647af6f8b6afbc31bf67a2947..cb31e7c6cd8899b5cedf0835cce5f2387c6965ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2019, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,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.
@@ -157,8 +157,8 @@ MockOptionsModule& CommandLineModuleManagerTestBase::addOptionsModule(const char
 {
     std::unique_ptr<MockOptionsModule> modulePtr(new MockOptionsModule());
     MockOptionsModule*                 module = modulePtr.get();
-    gmx::ICommandLineOptionsModule::registerModuleDirect(&manager(), name, description,
-                                                         std::move(modulePtr));
+    gmx::ICommandLineOptionsModule::registerModuleDirect(
+            &manager(), name, description, std::move(modulePtr));
     return *module;
 }