Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topshake.h
index 7f2d57fe08e87e0f47754d7687ac17baa2c8a8b2..db9f9b22009306272369ecf061d54211a63939fb 100644 (file)
@@ -43,6 +43,6 @@
 struct t_atoms;
 struct InteractionsOfType;
 
-void make_shake (gmx::ArrayRef<InteractionsOfType> plist, t_atoms *atoms, int nshake);
+void make_shake(gmx::ArrayRef<InteractionsOfType> plist, t_atoms* atoms, int nshake);
 
 #endif