Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / ewald / tests / pmebsplinetest.cpp
index 7c38a52c91599c1e60d7fc7899e476fa7296b248..1496db2bf5e519fc0a1e0f209e360380ea52fded 100644 (file)
@@ -103,7 +103,7 @@ public:
         inputRec.nkz         = gridSize[ZZ];
         inputRec.coulombtype = (moduliType == ModuliType::P3M) ? CoulombInteractionType::P3mAD
                                                                : CoulombInteractionType::Pme;
-        inputRec.pme_order = pmeOrder;
+        inputRec.pme_order   = pmeOrder;
 
         /* PME initialization call which checks the inputs and computes the B-spline moduli according to the grid sizes. */
         PmeSafePointer pme = pmeInitEmpty(&inputRec);