Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_vsite.cpp
index 0fe374ee45223796bb03b70b152009a7550efa7f..cc1880dde5c90847549fd43bfa09c8f51c06d483 100644 (file)
@@ -142,8 +142,8 @@ int dd_make_local_vsites(gmx_domdec_t* dd, int at_start, gmx::ArrayRef<Interacti
         }
     }
 
-    int at_end = setup_specat_communication(dd, &ireq, dd->vsite_comm, ga2la_specat, at_start, 1,
-                                            "vsite", "");
+    int at_end = setup_specat_communication(
+            dd, &ireq, dd->vsite_comm, ga2la_specat, at_start, 1, "vsite", "");
 
     /* Fill in the missing indices */
     for (int ftype = 0; ftype < F_NRE; ftype++)