clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / taskassignment / usergpuids.h
index 006e6b283ebfbdf7d4a199d0a47bc90cf7c323df..fa362bd73015114b0fd60af26d0240de68324fc5 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.
@@ -135,6 +135,6 @@ void checkUserGpuIds(const gmx_gpu_info_t   &gpu_info,
                      const std::vector<int> &compatibleGpus,
                      const std::vector<int> &gpuIds);
 
-} // namespace
+}  // namespace gmx
 
 #endif