Update clang-tidy to clang version 8
[alexxy/gromacs.git] / src / gromacs / random / tabulatednormaldistribution.h
index e87cc4862627c4360573f5a3b26c9ee563b3d123..f1abfe65f75d2c02a6cc64ae0cdf6846575ed790 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2018, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,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.
@@ -169,7 +169,7 @@ class TabulatedNormalDistribution
          *  and is exposed only to permit testing. Normal code should not
          *  need to call this function.
          */
-        static const
+        static
         std::array<RealType, 1<<tableBits>
         makeTable()
         {