Fix clang-tidy warnings for OCL
[alexxy/gromacs.git] / src / gromacs / gpu_utils / ocl_caching.h
index 47ee8f62254f29ea88c535a2581eed8db3af003f..cb6c9811e0f1cf538ba6a9d254742377209f2a52 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2016,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.
@@ -99,7 +99,7 @@ makeProgramFromCache(const std::string &filename,
 void
 writeBinaryToCache(cl_program program, const std::string &filename);
 
-} // namespace
-} // namespace
+} // namespace ocl
+} // namespace gmx
 
 #endif