Fix clang-format
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 3 May 2021 13:20:26 +0000 (16:20 +0300)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 3 May 2021 14:35:23 +0000 (14:35 +0000)
Introduced in fdac5efa5ed51dd9b8486ca35227708b62fb08ef

src/gromacs/ewald/pme.cpp

index c9272e056a552b2db9652de2630e2116d3d08a59..efea5c7a06786dc624de6a27d464435e39fd10ab 100644 (file)
@@ -989,10 +989,7 @@ void gmx_pme_reinit(struct gmx_pme_t** pmedata,
          */
         if (!pme_src->gpu && pme_src->nnodes == 1)
         {
-            gmx_pme_reinit_atoms(*pmedata,
-                                 pme_src->atc[0].numAtoms(),
-                                 {},
-                                 {});
+            gmx_pme_reinit_atoms(*pmedata, pme_src->atc[0].numAtoms(), {}, {});
         }
         // TODO this is mostly passing around current values
     }