Apply clang-format-11
[alexxy/gromacs.git] / src / testutils / refdata_checkers.h
index 9b5c7c2faa7dfe6b1eab4bae2981a53f44a34607..6400f1f2f2091ba2a2930938679fcf3968ea2ef9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2017,2018,2019,2020,2021, 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.
@@ -148,8 +148,7 @@ class FloatingPointChecker : public IReferenceDataEntryChecker
 {
 public:
     FloatingPointChecker(FloatType value, const FloatingPointTolerance& tolerance) :
-        value_(value),
-        tolerance_(tolerance)
+        value_(value), tolerance_(tolerance)
     {
     }
 
@@ -183,8 +182,7 @@ class FloatingPointFromStringChecker : public IReferenceDataEntryChecker
 {
 public:
     FloatingPointFromStringChecker(const std::string& value, const FloatingPointTolerance& tolerance) :
-        value_(value),
-        tolerance_(tolerance)
+        value_(value), tolerance_(tolerance)
     {
     }