clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / utility / tests / alignedallocator.cpp
index 11a695336f61262feb7242c12c7c085e360ed0d4..e188dcb8d08d661cae1e2e2a0de04b2ca3ed4700 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2015,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.
@@ -66,8 +66,8 @@ using AllocatorTypesToTest = ::testing::Types<AlignedAllocator<real>,
 
 TYPED_TEST_CASE(AllocatorTest, AllocatorTypesToTest);
 
-} // namespace
-} // namespace
+}  // namespace test
+}  // namespace gmx
 
 // Includes tests common to all allocation policies.
 #include "gromacs/utility/tests/alignedallocator-impl.h"
@@ -84,5 +84,5 @@ TYPED_TEST(AllocatorTest, StatelessAllocatorUsesNoMemory)
               sizeof(std::vector<value_type, TypeParam>));
 }
 
-} // namespace
-} // namespace
+}  // namespace test
+}  // namespace gmx