Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairlist_tuning.cpp
index f9f61db40f6278efca9525be89628076eec66ec6..48f409254af3ccad12d19ae8b6021fa5bbde3c41 100644 (file)
@@ -225,11 +225,10 @@ void increaseNstlist(FILE*               fp,
                        "with an appropriate message above");
 
     const bool  runningOnXeonPhi = (cpuinfo.brandString().find("Xeon Phi") != std::string::npos);
-    const float listfac_ok       = useOrEmulateGpuForNonbondeds
-                                     ? c_nbnxnListSizeFactorGPU
-                                     : runningOnXeonPhi ? c_nbnxnListSizeFactorIntelXeonPhi
-                                                        : c_nbnxnListSizeFactorCpu;
-    float listfac_max = listfac_ok + c_nbnxnListSizeFactorMargin;
+    const float listfac_ok       = useOrEmulateGpuForNonbondeds ? c_nbnxnListSizeFactorGPU
+                                   : runningOnXeonPhi           ? c_nbnxnListSizeFactorIntelXeonPhi
+                                                                : c_nbnxnListSizeFactorCpu;
+    float       listfac_max      = listfac_ok + c_nbnxnListSizeFactorMargin;
 
     const int nstlist_orig = ir->nstlist;
     if (nstlist_cmdline > 0)