clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / options / ioptionscontainer.h
index 3cdaafc0210a4253255816dcf63301ff4401be8a..d988f4c3fd68fbb327cad2fa165fee42eb5ab5e9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -145,6 +145,6 @@ class IOptionsContainer
         GMX_DEFAULT_CONSTRUCTORS(IOptionsContainer);
 };
 
-} // namespace
+}  // namespace gmx
 
 #endif