Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / pbcutil / tests / pbc.cpp
index eba2aa744df7d4e1306c52bd1629e10b909091fd..47e3cf5bbc86b64f8f6ec27e9b1bc980c7245bd3 100644 (file)
@@ -61,9 +61,7 @@ TEST(PbcTest, CalcShiftsWorks)
     // Choose box vector entries whose magnitudes will lead to unique
     // shift vector values when the largest box shift in any dimension
     // is two.
-    const matrix box = {{ 0.01,     1, -100 },
-                        {  300, -0.03,    3 },
-                        {   -6,  -600, 0.06 }};
+    const matrix box = { { 0.01, 1, -100 }, { 300, -0.03, 3 }, { -6, -600, 0.06 } };
     rvec         shiftVectors[SHIFTS];
 
     calc_shifts(box, shiftVectors);