Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / math / tests / arrayrefwithpadding.cpp
index a06f144236454fe2e2049616269dbb23e5cc1eb2..3990584c16e5581df9e8c67d2b908026e005a204 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020, 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.
@@ -170,8 +170,8 @@ TYPED_TEST(ArrayRefWithPaddingTest, AssignFromPaddedVectorWorks)
 
 TYPED_TEST(ArrayRefWithPaddingTest, ConstructFromPointersWorks)
 {
-    typename TestFixture::ArrayRefType arrayRef(this->v.data(), this->v.data() + this->v.size(),
-                                                this->v.data() + this->v.paddedSize());
+    typename TestFixture::ArrayRefType arrayRef(
+            this->v.data(), this->v.data() + this->v.size(), this->v.data() + this->v.paddedSize());
     this->runTests(arrayRef);
 }