Apply clang-format to source tree
[alexxy/gromacs.git] / src / programs / mdrun / nonbonded_bench.h
index 5b42b81191eec8638a91b58d0faf26bea1f20bec..7257d62d7404d94b88f7086b6ab4aca02c5a4801 100644 (file)
@@ -50,13 +50,13 @@ namespace gmx
 //! Declares gmx nonbonded-bench.
 class NonbondedBenchmarkInfo
 {
-    public:
-        //! Name of the module.
-        static const char name[];
-        //! Short module description.
-        static const char shortDescription[];
-        //! Build the actual gmx module to use.
-        static ICommandLineOptionsModulePointer create();
+public:
+    //! Name of the module.
+    static const char name[];
+    //! Short module description.
+    static const char shortDescription[];
+    //! Build the actual gmx module to use.
+    static ICommandLineOptionsModulePointer create();
 };
 
 } // namespace gmx