Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2gmx.h
index 53bd1855364b24d26e1d4501177d410ed6baecc8..60b72ad31c7daaa49d5543d104f0690267acd15a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015,2018, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,2018,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.
@@ -43,10 +43,10 @@ namespace gmx
 class pdb2gmxInfo
 {
 
-    public:
-        static const char name[];
-        static const char shortDescription[];
-        static ICommandLineOptionsModulePointer create();
+public:
+    static const char                       name[];
+    static const char                       shortDescription[];
+    static ICommandLineOptionsModulePointer create();
 };
 
 } // namespace gmx