Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
index 186d257c486c8a7d1a25080f147bb10aef688ca3..dc6a0a25e1ddd48c1638fa4b6d5b79a73861dda6 100644 (file)
@@ -364,8 +364,8 @@ void gmx::LegacySimulator::do_md()
 
     ForceBuffers     f(fr->useMts,
                    ((useGpuForNonbonded && useGpuForBufferOps) || useGpuForUpdate)
-                           ? PinningPolicy::PinnedIfSupported
-                           : PinningPolicy::CannotBePinned);
+                               ? PinningPolicy::PinnedIfSupported
+                               : PinningPolicy::CannotBePinned);
     const t_mdatoms* md = mdAtoms->mdatoms();
     if (DOMAINDECOMP(cr))
     {
@@ -1297,7 +1297,7 @@ void gmx::LegacySimulator::do_md()
                                               state->v.rvec_array(),
                                               md->homenr,
                                               md->cTC ? gmx::arrayRefFromArray(md->cTC, md->nr)
-                                                      : gmx::ArrayRef<const unsigned short>());
+                                                                      : gmx::ArrayRef<const unsigned short>());
             /* history is maintained in state->dfhist, but state_global is what is sent to trajectory and log output */
             if (MASTER(cr))
             {