Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / math / gausstransform.cpp
index a539062ac770db943f504285eb952e29a13ff62b..8f52f282bc1a7a5196524927cbd7a9276f8277a6 100644 (file)
@@ -250,8 +250,8 @@ IVec rangeEndWithinLattice(const IVec& index, const dynamicExtents3D& extents, c
  * OuterProductEvaluator
  */
 
-mdspan<const float, dynamic_extent, dynamic_extent> OuterProductEvaluator::
-                                                    operator()(ArrayRef<const float> x, ArrayRef<const float> y)
+mdspan<const float, dynamic_extent, dynamic_extent>
+OuterProductEvaluator::operator()(ArrayRef<const float> x, ArrayRef<const float> y)
 {
     data_.resize(ssize(x), ssize(y));
     for (gmx::index xIndex = 0; xIndex < ssize(x); ++xIndex)