Apply clang-format to source tree
[alexxy/gromacs.git] / src / programs / legacymodules.h
index 378f9bfedffef5e1b80083f2d0e836c9989e2434..878f2af8b1339d29d6a65de8da92d8912d12bf63 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2014, by the GROMACS development team, led by
+ * Copyright (c) 2012,2014,2019, 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.
@@ -54,6 +54,6 @@ class CommandLineModuleManager;
  * Registers all modules corresponding to pre-5.0 binaries such that
  * they can be run through \p manager.
  */
-void registerLegacyModules(gmx::CommandLineModuleManager *manager);
+void registerLegacyModules(gmx::CommandLineModuleManagermanager);
 
 #endif