clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / mdtypes / forceoutput.h
index 60752d7c7ed1345c960fc503212f1f3371ae7f13..781392a18707147f29c06c93275546cdd573a090 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2017, by the GROMACS development team, led by
+ * Copyright (c) 2017,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.
@@ -139,6 +139,6 @@ class ForceWithVirial
         matrix               virial_;        //!< Virial accumulation buffer
 };
 
-}
+}  // namespace gmx
 
 #endif