clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / options / behaviorcollection.h
index 8652aa963b228ab9eebe938f7fff7cabca6ef0cc..2d22ad0857cbb065496bf6702f6c55be93ccd754 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015, by the GROMACS development team, led by
+ * Copyright (c) 2015,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.
@@ -96,6 +96,6 @@ class OptionsBehaviorCollection
         GMX_DISALLOW_COPY_AND_ASSIGN(OptionsBehaviorCollection);
 };
 
-} // namespace
+}  // namespace gmx
 
 #endif