clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / gpu_utils / tests / gputest.h
index eafae6a8baa90bd64301ce40615ad5ba8a2c1f0c..ec592cb7df1baf28060e836653f12e2895eb8717 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.
@@ -66,7 +66,7 @@ class GpuTest : public ::testing::Test
         bool haveValidGpus() const;
 };
 
-} // namespace
-} // namespace
+}  // namespace test
+}  // namespace gmx
 
 #endif