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