clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / utility / tests / typetraits.cpp
index d6c8abd187f511d7757a93e6fa7d8dd2c7d75ad5..31e6cfcbef9b3299d49e1079bb9775c2a0c1211d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2017, by the GROMACS development team, led by
+ * Copyright (c) 2017,2018, 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.
@@ -50,4 +50,4 @@ TEST(TypeTraitsTest, IsIntegralConstant)
     EXPECT_TRUE((isIntegralConstant<std::integral_constant<long, 5>, long>::value));
 }
 }
-}
+}  // namespace gmx