Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / simd / tests / simd_floatingpoint.cpp
index dc5d157b1adf3be4df1fea0804ae4a478b33a5ac..62f9574f95fcd8f714b47be9fefb8e5317cf5448 100644 (file)
@@ -517,9 +517,9 @@ TEST_F(SimdFloatingpointTest, cvtDouble2Float)
 {
     alignas(GMX_SIMD_ALIGNMENT) float f[GMX_SIMD_FLOAT_WIDTH];
     alignas(GMX_SIMD_ALIGNMENT) double d[GMX_SIMD_FLOAT_WIDTH]; // Yes, double array length should be same as float
-    int                    i;
-    SimdFloat              vf;
-    SimdDouble             vd0;
+    int                                i;
+    SimdFloat                          vf;
+    SimdDouble                         vd0;
     FloatingPointTolerance tolerance(defaultRealTolerance());
 
     // This fills elements for pd1 too when double width is 2*single width