Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / utility / cuda_version_information.h
index 446675a816fc6afaf8d0754f0262bffd3ff2cc28..79b95a8a4d34b48113f70eed9c63cd4833e05828 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2015,2017,2018,2019, 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.
@@ -46,6 +46,6 @@ std::string getCudaDriverVersionString();
 //! Returns a string of the CUDA runtime version.
 std::string getCudaRuntimeVersionString();
 
-} // namespace
+} // namespace gmx
 
 #endif